IvLabs / autonomous-delivery-robot

Repository for Autonomous Delivery Robot project of IvLabs, VNIT
http://www.ivlabs.in/autonomous-driving-platform.html
69 stars 18 forks source link

Generating Control API #13

Closed patilunmesh closed 4 years ago

patilunmesh commented 4 years ago

Planning will output a set of waypoints that need to be followed. So a control needs to be generated which can take bot from one waypoint to another. Lateral control can be developed initially and then we will also develop longitudinal control.

patilunmesh commented 4 years ago

Completed the task by implementing a custom pure pursuit controller.