base_local_planner::CostmapModel | A class that implements the WorldModel interface to provide grid based collision checks for the trajectory controller using the costmap |
base_local_planner::FootprintHelper | |
base_local_planner::FootprintHelperTest | |
base_local_planner::LatchedStopRotateController | |
base_local_planner::LineIterator | |
base_local_planner::LocalPlannerLimits | |
base_local_planner::LocalPlannerUtil | Helper class implementing infrastructure code many local planner implementations may need |
base_local_planner::MapCell | Stores path distance and goal distance information used for scoring trajectories |
base_local_planner::MapGrid | A grid of MapCell cells that is used to propagate path and goal distances for the trajectory controller |
base_local_planner::MapGridCostFunction | |
base_local_planner::MapGridCostPoint | |
base_local_planner::MapGridVisualizer | |
base_local_planner::ObstacleCostFunction | Uses costmap 2d to assign negative costs if robot footprint is in obstacle on any point of the trajectory |
base_local_planner::OdometryHelperRos | |
base_local_planner::OscillationCostFunction | |
base_local_planner::PlanarLaserScan | Stores a scan from a planar laser that can be used to clear freespace |
base_local_planner::PointGrid | A class that implements the WorldModel interface to provide free-space collision checks for the trajectory controller. This class stores points binned into a grid and performs point-in-polygon checks when necessary to determine the legality of a footprint at a given position/orientation |
base_local_planner::PreferForwardCostFunction | |
base_local_planner::SimpleScoredSamplingPlanner | Generates a local plan using the given generator and cost functions. Assumes less cost are best, and negative costs indicate infinite costs |
base_local_planner::SimpleTrajectoryGenerator | |
base_local_planner::Trajectory | Holds a trajectory generated by considering an x, y, and theta velocity |
base_local_planner::TrajectoryCostFunction | Provides an interface for critics of trajectories During each sampling run, a batch of many trajectories will be scored using such a cost function. The prepare method is called before each batch run, and then for each trajectory of the sampling set, score_trajectory may be called |
base_local_planner::TrajectoryGeneratorTest | |
base_local_planner::TrajectoryPlanner | Computes control velocities for a robot given a costmap, a plan, and the robot's position in the world |
base_local_planner::TrajectoryPlannerROS | A ROS wrapper for the trajectory controller that queries the param server to construct a controller |
base_local_planner::TrajectoryPlannerTest | |
base_local_planner::TrajectorySampleGenerator | Provides an interface for navigation trajectory generators |
base_local_planner::TrajectorySearch | Interface for modules finding a trajectory to use for navigation commands next |
base_local_planner::VelocityIterator | |
base_local_planner::VoxelGridModel | A class that implements the WorldModel interface to provide grid based collision checks for the trajectory controller using a 3D voxel grid |
base_local_planner::WavefrontMapAccessor | |
base_local_planner::WorldModel | An interface the trajectory controller uses to interact with the world regardless of the underlying world model |