pyrobosim.navigation.types.PathPlanner
- class pyrobosim.navigation.types.PathPlanner
Generic path planner class that helps with type hinting.
When implementing a new planner, you should subclass from this class.
Methods
__init__()Returns the graphs generated by the planner, if any.
Returns the latest path generated by the planner, if any.
plan(start, goal)Plans a path from start to goal.
reset()Resets the path planner.
to_dict()Serializes the planner to a dictionary.
Attributes
List of registered path planner plugins.
The name of the plugin.