Added ORB_DEFINE for mission topic, which is needed by the orb listener module

This commit is contained in:
Lorenz Meier
2015-08-21 14:33:54 +02:00
parent e784cac786
commit dc0f8e2ab1

View File

@@ -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>