mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 09:47:35 +08: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