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
1.82k stars 264 forks source link

Not find packages #51

Closed MyKN closed 2 months ago

MyKN commented 5 months ago

When make catkin_make in file, it works without any error, but some packages and files such as nav_core, global_planner or utils directory can not see connection between them. Also, any changes in user config does not effect about changing of global and local planner. I solved this problem with using roscd and rospack for me and I wanted to let you know

ZhanyuGuo commented 3 months ago

Hello @MyKN, and thanks for your supporting!

I'm sorry I don't understand the problem you met and how you have fixed it. Can you provide more details?

For

any changes in user config does not effect

, you should run main.sh to update launch files.