Tetrapod Project
waypoint_planner.h
Go to the documentation of this file.
1 #ifndef waypoint_planner_h
2 #define waypoint_planner_h
3 
5 
6 #include "sensor_msgs/SetCameraInfo.h"
7 
8 #include "ros/console.h"
9 
10 using namespace miqp::waypoint;
11 
12 DecVars_res waypoint_planner(Terrain &terrain, int n_points, double length_legs, double bbox_len, double wp_dist);
13 
14 #endif
DecVars_res waypoint_planner(Terrain &terrain, int n_points, double length_legs, double bbox_len, double wp_dist)