.. _path_tracking: Path tracking ============= move to a pose control ---------------------- This is a simulation of moving to a pose control |2| Ref: - `P. I. Corke, "Robotics, Vision and Control" \| SpringerLink p102 `__ Pure pursuit tracking --------------------- Path tracking simulation with pure pursuit steering control and PID speed control. |3| The red line is a target course, the green cross means the target point for pure pursuit control, the blue line is the tracking. Ref: - `A Survey of Motion Planning and Control Techniques for Self-driving Urban Vehicles `__ Stanley control --------------- Path tracking simulation with Stanley steering control and PID speed control. |4| Ref: - `Stanley: The robot that won the DARPA grand challenge `__ - `Automatic Steering Methods for Autonomous Automobile Path Tracking `__ Rear wheel feedback control --------------------------- Path tracking simulation with rear wheel feedback steering control and PID speed control. |5| Ref: - `A Survey of Motion Planning and Control Techniques for Self-driving Urban Vehicles `__ .. _linearquadratic-regulator-(lqr)-steering-control: Linear–quadratic regulator (LQR) steering control ------------------------------------------------- Path tracking simulation with LQR steering control and PID speed control. |6| Ref: - `ApolloAuto/apollo: An open autonomous driving platform `__ .. _linearquadratic-regulator-(lqr)-speed-and-steering-control: Linear–quadratic regulator (LQR) speed and steering control ----------------------------------------------------------- Path tracking simulation with LQR speed and steering control. |7| Ref: - `Towards fully autonomous driving: Systems and algorithms - IEEE Conference Publication `__ .. include:: Model_predictive_speed_and_steering_control.rst Ref: - `notebook `__ .. |2| image:: https://github.com/AtsushiSakai/PythonRobotics/raw/master/PathTracking/move_to_pose/animation.gif .. |3| image:: https://github.com/AtsushiSakai/PythonRobotics/raw/master/PathTracking/pure_pursuit/animation.gif .. |4| image:: https://github.com/AtsushiSakai/PythonRobotics/raw/master/PathTracking/stanley_controller/animation.gif .. |5| image:: https://github.com/AtsushiSakai/PythonRobotics/raw/master/PathTracking/rear_wheel_feedback/animation.gif .. |6| image:: https://github.com/AtsushiSakai/PythonRobotics/raw/master/PathTracking/lqr_steer_control/animation.gif .. |7| image:: https://github.com/AtsushiSakai/PythonRobotics/raw/master/PathTracking/lqr_speed_steer_control/animation.gif