You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support working on ArduPilot as a developer where you want to kill ArduPilot, edit code, and restart without having to restart all the visualization.
Need to make a launch file that excludes sitl/mavproxy, but the configuration file has a set of ports to connect to. SITL instance number has an offset.
We expect a couple of launch files, and maybe some instructions on how to do rapid development as an ardupilot dev.
example: sim_vehicle.py --ros2 starts DDS on UDP
The text was updated successfully, but these errors were encountered:
Support working on ArduPilot as a developer where you want to kill ArduPilot, edit code, and restart without having to restart all the visualization.
Need to make a launch file that excludes sitl/mavproxy, but the configuration file has a set of ports to connect to. SITL instance number has an offset.
We expect a couple of launch files, and maybe some instructions on how to do rapid development as an ardupilot dev.
example:
sim_vehicle.py --ros2
starts DDS on UDPThe text was updated successfully, but these errors were encountered: