borisdayma / CarND-Capstone

Programming a self-driving car
3 stars 4 forks source link

Completed Waypoint Updater Node (Partial): #6

Closed chris-ferone closed 7 years ago

chris-ferone commented 7 years ago

I believe Waypoint Update Node (Partial) is complete and working correctly. I confirmed that waypoints are being broadcast over the /final_waypoints topic using the command: rostopic echo /final_waypoints. I also confirmed that the waypoint_follower node is publishing messages to the/twist_cmd topic. This should occur only if /final_waypoints is being published.

borisdayma commented 7 years ago

I added a few comments, mainly: