TOTON95 / Bebop_ROS_Examples

Bebop Drone flying programmatically with ROS and Bebop_Driver
MIT License
15 stars 7 forks source link

Missing files #7

Closed GeneralAdmin closed 3 years ago

GeneralAdmin commented 3 years ago

There are two missing files in the waypoint node:

include <Bebop_waypoints/Waypoints.h>

include <Bebop_waypoints/Waypoint.h>

TOTON95 commented 3 years ago

@GeneralAdmin Hi there! They should be generated once you call catkin_make, try to run it twice.

GeneralAdmin commented 3 years ago

@GeneralAdmin Hi there! They should be generated once you call catkin_make, try to run it twice.

It makes sense, i was using catkin build and that could be the issue then. I will try it tomorow morning.