ai-winter / ros_motion_planning

Motion planning and Navigation of AGV/AMR:ROS planner plugin implementation of A*, JPS, D*, LPA*, D* Lite, Theta*, RRT, RRT*, RRT-Connect, Informed RRT*, ACO, PSO, Voronoi, PID, LQR, MPC, DWA, APF, Pure Pursuit etc.
GNU General Public License v3.0
2.06k stars 301 forks source link

What is the conclusion of the comparative analysis of DWA and PID? #14

Closed navrobot closed 1 year ago

navrobot commented 1 year ago

thanks!

ai-winter commented 1 year ago

@navrobot

For DWA

For PID

In summary, the choice between DWA and PID depends on the specific requirements and characteristics of the control problem at hand. DWA is more suitable for real-time obstacle avoidance and agile navigation in dynamic environments, while PID is a versatile choice for various control tasks, especially when system dynamics are known and stability is crucial.