#include <vector>#include <string>#include <sstream>#include <math.h>#include <ros/console.h>#include <angles/angles.h>#include <map_cell.h>#include <map_grid.h>#include <costmap_2d/costmap_2d.h>#include <world_model.h>#include <trajectory.h>#include <geometry_msgs/PoseStamped.h>#include <geometry_msgs/Point.h>#include <geometry_msgs/Twist.h>#include <iri_ackermann_local_planner/Position2DInt.h>#include <queue>#include <tf/transform_datatypes.h>#include <iri_ackermann_local_planner/AckermannLocalPlannerConfig.h>#include <boost/algorithm/string.hpp>

Go to the source code of this file.
Classes | |
| class | iri_ackermann_local_planner::TrajectoryPlanner |
| Computes control velocities for a robot given a costmap, a plan, and the robot's position in the world. More... | |
Namespaces | |
| namespace | iri_ackermann_local_planner |