Classes | |
class | PointPath |
Class to manage the creation of a Waypoint base on InteractiveMarker. More... | |
class | PointPathManager |
Manages the creation of waypoints and how to send them to Purepursuit. More... | |
class | PurepursuitClient |
Variables | |
tuple | _name = rospy.get_name() |
dictionary | arg_defaults |
dictionary | args = {} |
tuple | server = PointPathManager(_name, frame_id = args['frame_id'], planner = args['planner']) |
tuple purepursuit_planner::path_marker_2::_name = rospy.get_name() |
Definition at line 377 of file path_marker_2.py.
00001 { 00002 'frame_id': '/map', 00003 'planner': 'purepursuit_planner' 00004 }
Definition at line 379 of file path_marker_2.py.
dictionary purepursuit_planner::path_marker_2::args = {} |
Definition at line 384 of file path_marker_2.py.
tuple purepursuit_planner::path_marker_2::server = PointPathManager(_name, frame_id = args['frame_id'], planner = args['planner']) |
Definition at line 396 of file path_marker_2.py.