|
MRSL Motion Primitive Library
1.2
A motion primitive library for generating trajectory for mobile robots
|
motion planning using voxel map for collision checking More...
Go to the source code of this file.
Classes | |
| class | MPL::MapPlanner< Dim > |
| Motion primitive planner in voxel map. More... | |
Typedefs | |
| template<int Dim> | |
| using | MPL::linkedHashMap = std::unordered_map< int, std::vector< std::pair< Waypoint< Dim >, int > >> |
| typedef MapPlanner< 2 > | MPL::OccMapPlanner |
| Planner for 2D OccMap. | |
| typedef MapPlanner< 3 > | MPL::VoxelMapPlanner |
| Planner for 3D VoxelMap. | |
motion planning using voxel map for collision checking
1.8.13