#include <vector>#include <math.h>#include <ros/console.h>#include <angles/angles.h>#include <base_local_planner/map_cell.h>#include <base_local_planner/map_grid.h>#include <costmap_2d/costmap_2d.h>#include <base_local_planner/world_model.h>#include <base_local_planner/trajectory.h>#include <geometry_msgs/PoseStamped.h>#include <geometry_msgs/Point.h>#include <string>#include <ostream>#include "ros/serialization.h"#include "ros/builtin_message_traits.h"#include "ros/message_operations.h"#include "ros/message.h"#include "ros/time.h"#include <queue>#include <tf/transform_datatypes.h>

Go to the source code of this file.
Classes | |
| class | base_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 | base_local_planner |