mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Added ORB_DEFINE for mission topic, which is needed by the orb listener module
This commit is contained in:
@@ -140,6 +140,7 @@ ORB_DEFINE(position_setpoint_triplet, struct position_setpoint_triplet_s);
|
||||
ORB_DEFINE(vehicle_global_velocity_setpoint, struct vehicle_global_velocity_setpoint_s);
|
||||
|
||||
#include "topics/mission.h"
|
||||
ORB_DEFINE(mission, struct mission_s);
|
||||
// XXX onboard and offboard mission are still declared here until this is
|
||||
// generator supported
|
||||
#include <navigator/navigation.h>
|
||||
|
||||
Reference in New Issue
Block a user