#include <ros/ros.h>
#include <Eigen/Core>
#include <mpc_local_planner/controller.h>
#include <mpc_local_planner/mpc_local_planner_ros.h>
#include <mpc_local_planner/utils/publisher.h>
#include <teb_local_planner/obstacles.h>
#include <interactive_markers/interactive_marker_server.h>
#include <visualization_msgs/Marker.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | TestMpcOptimNode |
Functions | |
int | main (int argc, char **argv) |
Definition at line 253 of file test_mpc_optim_node.cpp.