Tags: shakthi-prashanth-m/DroneCore
Tags
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.
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.