ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The latest version of Autoware.AI has pure pursuit implemented as a package (pure_pursuit) in the core_planning repository. Older versions might be in the waypoint_follower package.

The pure pursuit nodes subscribes to final_waypoints, current_pose and current_vel topics so you will have to prvide those in order to run the node.