pyrobosim.utils.motion

Motion planning utilities.

Classes

Path([poses])

Representation of a path for motion planning.

Functions

reduce_waypoints_grid(grid, positions)

Reduces the number of waypoints in a generated path from a grid-based planner.

reduce_waypoints_polygon(world, poses[, ...])

Reduces the number of waypoints in a path generated from a polygon based planner.