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
When executing the SITL multiple drones bash script for gazebo-classic multiple drones are being deployed. The Mavlink system Ids should start at 1 and increase for every drone. Instead it starts at 2.
Before 1.14 this was the way it worked, and I belief this is the way people will expect it to work.
Describe the bug
When executing the SITL multiple drones bash script for gazebo-classic multiple drones are being deployed. The Mavlink system Ids should start at 1 and increase for every drone. Instead it starts at 2.
Before 1.14 this was the way it worked, and I belief this is the way people will expect it to work.
To Reproduce
The bug is visible when running with one drone:
But also with multiple
Expected behavior
Expected: The MAV_SYS_ID of the first drone should be 1.
Actual: The MAV_SYS_ID of the first drone is 2.
Software Version
1.14.0 and up
Flight controller
SITL
Vehicle type
Multicopter
The text was updated successfully, but these errors were encountered: