ros_motion_planning icon indicating copy to clipboard operation
ros_motion_planning copied to clipboard

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, P...

Results 14 ros_motion_planning issues
Sort by recently updated
recently updated
newest added

I already install dekstop-full ROS Noetic and the needed dependences from readme.md. but catkin_make error at compaling. can anyone help me solve the problem? here's the log ' [ 93%]...

In some cases, developers cannot link Python to Python3,for example, when using ORB_SLAM2, explicitly using Python3 will not cause any errors. ![2024-05-13 06-25-32 的屏幕截图](https://github.com/ai-winter/ros_motion_planning/assets/78713753/d8a12d5f-8bdd-4797-a23e-0f3eb0741faa) another issue is that: there is...

When running the AMCL algorithm and the car gets close to the edge of the map, the localization drifts. I think it's related to the commit f728f1a, and after that...

I've installed all the dependencies, but this error occurs: `[FATAL] [1712800952.056223995, 1711543538.130066234]: Failed to create the mpc_planner/MPCPlanner planner, are you sure it is properly registered and that the containing library...

在测试informed rrt*算法时,我想得到找到的路径长度,应该在路径更新的时候直接输出c_best的值就可以,但是通过测试发现c_best的值要比它发布的路径长度要大。在路径更新时,除了更新 c_best,我添加了根据path计算路径长度的代码,正常情况下,打印出来的 c_best和t_length应该是一样的,但结果却是前面几次打印出来的两个数值大小不一样,后面几次又都一样了。 1. 代码部分 ![1](https://github.com/ai-winter/ros_motion_planning/assets/51402851/7c6b382a-6b45-42d8-b9d8-d5e3c71ae734) 2.结果输出 ![2](https://github.com/ai-winter/ros_motion_planning/assets/51402851/3cdec56e-a9fa-4190-8399-9c67b2f0f0ee)

你好。我在原代码基础上增加了一个领航-跟随功能包,出现了报错: [ WARN] [1714033954.065190431, 14.425000000]: TF_REPEATED_DATA ignoring data with redundant timestamp for frame robot2 at time 0.000000 according to authority unknown_publisher 发布代码: #include #include #include #include // std::string turtle_name; std::string...

希望可以添加此功能;输入为一个包含目标路径点位置和朝向的数组,并使用如hybrid-a*类考虑运动约束的算法进行求解以满足多目标命中任务下的平顺路径规划

Hi winter, I have a question. In this setvertex function, if node, when the current node is the first node, which is the starting point, does it not have a...

hi,how to display the path and length of the path that the robot has walked using the RRT algorithm?Thank you in advance for your reply ![image](https://github.com/ai-winter/ros_motion_planning/assets/165125780/ee4ca4f6-595b-4de4-b060-66a93cab9c58)