mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 10:00:34 +08:00
commander: take main_state out of vehicle_status
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.
This commit is contained in:
@@ -288,3 +288,6 @@ ORB_DEFINE(mavlink_log, struct mavlink_log_s);
|
||||
|
||||
#include "topics/follow_target.h"
|
||||
ORB_DEFINE(follow_target, struct follow_target_s);
|
||||
|
||||
#include "topics/commander_state.h"
|
||||
ORB_DEFINE(commander_state, struct commander_state_s);
|
||||
|
||||
Reference in New Issue
Block a user