pyrobosim.navigation.get_planner_string

pyrobosim.navigation.get_planner_string(planner)

Helper function that returns the planner string from a planner instance.

Parameters:

planner (PathPlanner) – The path planner instance.

Returns:

The string corresponding to the entry in PLANNER_TYPE_MAP

Return type:

str