- Apr 12, 2016
-
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
This fixes an issue where topics where not subscribed to on the Linux side on Snapdragon. It's a hack until there is a proper fix for the orb_exists() call.
-
Paul Riseborough authored
Improved recovery from bad height estimation
-
Julian Oes authored
-
- Apr 11, 2016
-
-
Lorenz Meier authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
A low battery check was recently added to the preflight check, therefore we need to pass on the information about the battery.
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
-
Julian Oes authored
This state is only commander internal. Therefore it doesn't need to be in vehicle_status. Instead it is now in the commander_state message.
-
Julian Oes authored
Instead of the state use the boolean flags.
-
Julian Oes authored
-
Julian Oes authored
All the removed flags were not used anywhere else than inside the commander.
-
Julian Oes authored
-
Julian Oes authored
The offboard status bools were not used anywhere but in the commander. Therefore they are now moved to the local status_flags topic.
-
Julian Oes authored
-
Julian Oes authored
Most condition bools in the commander are not used anywhere but in the commander. It therefore makes sense to move them to a different internal struct and remove them from the vehicle_status message. Also, the land_detected should be used by all the modules instead of getting it through the commander and system_status.
-