HKUST-Aerial-Robotics / Fast-Planner

A Robust and Efficient Trajectory Planner for Quadrotors
GNU General Public License v3.0
2.46k stars 664 forks source link

I click on the 2D Nav Goal on the Rviz, but it didn't work #151

Open lijoe123 opened 2 years ago

lijoe123 commented 2 years ago

When i run the roslaunch plan_manage kino_replan.launch, it occur this error: 图片 By the way ,when i run this command roslaunch plan_manage kino_replan.launch, it can show the map and the plane, but i click the 2D Nav Goal, it didn't work.

I used the fast planner ubuntu 20.04 version. Thank you a lot!

Hao-Starrr commented 2 years ago

Same problem. I uninstalled the ros-noetic-nlopt and install it from official github. It still doesn't work.

lijoe123 commented 2 years ago

I had fixed this problem by (https://blog.csdn.net/asd22222984565/article/details/126779002#comments_23784587) this part: image

DylanWang1002 commented 9 months ago

I had fixed this problem by (https://blog.csdn.net/asd22222984565/article/details/126779002#comments_23784587) this part: image

thx a lot

tl123987 commented 6 months ago

good

1091205886 commented 2 months ago

I had fixed this problem by (https://blog.csdn.net/asd22222984565/article/details/126779002#comments_23784587) this part: image

thx a lot

I fallow that, but still appear error after I clicking on the Rviz, like below: 2024-09-02 11-15-59 的屏幕截图 this error appear when the program operate to opt.set_min_objective(BsplineOptimizer::costFunction, this); in the function optimize() of file bspline_optimizer.cpp