Skip to content

Tags: shakthi-prashanth-m/DroneCore

Tags

v0.3.0

Toggle v0.3.0's commit message
create_packages: no deb/rpm for integrationtests

The integrationtests need the scripts start_px4_sitl.sh that are not
included right now. Also it doesn't make much sense to have this as an
installable packet. The integration tests might rather be it's own repo
or included in PX4 firmware.

v0.2.0

Toggle v0.2.0's commit message
grpc: make fly_mission.py executable

v0.1.0

Toggle v0.1.0's commit message
udp_connection: allow remote IP and port to change

It does not really make sense that a device always needs to keep its IP
and port because a wifi connection might drop for a bit and therefore
the IP and port can change. Therefore, we no longer ignore messages
after the IP/port have changed and instead just accept it.