Open hxj0316 opened 1 year ago
Hello! There is no improvement. I applied the A Star algorithm into an autonomous boat in USV_SIM (https://github.com/disaster-robotics-proalertas/usv_sim_lsa), the implementation of the relaxed a star is here: http://wiki.ros.org/navigation/Tutorials/Writing%20A%20Global%20Path%20Planner%20As%20Plugin%20in%20ROS
Thank you for your reply, I thought you improved the A algorithm. Have you ever improved the A algorithm?
Yes, I implemented the following method:
Based on: Agrawal, P.; Dolan, J. M. “COLREGS-compliant target following for an Unmanned Surface Vehicle in dynamic environments”,IEEE International Conference on IntelligentRobots and Systems, vol. 2015-Decem, 2015, pp. 1065–1070
Additionally, I would like to recommend you three study sources:
Hello, I would like to ask, what is the specific improvement of your algorithm compared with the traditional A star algorithm?