Skip to content
Snippets Groups Projects
Commit dc45c4aa authored by Emilio Corigliano's avatar Emilio Corigliano Committed by Alberto Nidasio
Browse files

[Mavlink] Added missing EXIT_HIL command

parent 3a762496
No related branches found
No related tags found
1 merge request!35[Mavlink] Update mavlink with REFERENCE_TM and NED zero
Pipeline #9757 passed
......@@ -124,7 +124,8 @@ static const QMap<QString, int> commandsList{
{"MAV_CMD_REGISTRY_LOAD", MAV_CMD_REGISTRY_LOAD},
{"MAV_CMD_REGISTRY_SAVE", MAV_CMD_REGISTRY_SAVE},
{"MAV_CMD_REGISTRY_CLEAR", MAV_CMD_REGISTRY_CLEAR},
{"MAV_CMD_ENTER_HIL", MAV_CMD_ENTER_HIL}};
{"MAV_CMD_ENTER_HIL", MAV_CMD_ENTER_HIL},
{"MAV_CMD_EXIT_HIL", MAV_CMD_EXIT_HIL}};
const QMap<QString, int> servosList{
{"AIR_BRAKES_SERVO", AIR_BRAKES_SERVO},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment