Reem AShour

Results 16 comments of Reem AShour

@AnhTuDo1990 What do you mean by empty? the content of the file or the name of the file? @all I am using python 3.8, I changed the first line in...

@tiemuhua & @MichaelLu-hku & @yalyounes Did you solve this problem?

> Hi ... Switching back to gcc 7.5.0 solved the issue for me. @EhrazImam try this solution

> Hi, we finally reproduced the issue reported here on Ubuntu 20.04. It is caused by the ros-nlopt library and can be solved by re-installing the official version of nlopt....

I tried to install the nlopt library from this link https://github.com/stevengj/nlopt . But, I still have the same problem. I modified the following file FUEL/fuel_planner/bspline_opt/CMakeLists.txt to include the ${NLOPT_INCLUDE_DIR} and...

@ZbyLGsc Yes, I did using `sudo apt remove ros-noetic-nlopt`. I have no problems when building the package. I just want to make sure the nlopt I installed from the source...

@ZbyLGsc Here is the output when running the RVIZ first and then running the exploration in a different terminal ``` PPARAMETERS * /rosdistro: noetic * /rosversion: 1.15.14 NODES / rvizvisualisation...

@ZbyLGsc Currently, the drone tries to move to the goal but still, the node crashes. ``` [WARN] [1652251361.678872988]: wait for trigger. Triggered! [triggerCallback]: from WAIT_TRIGGER to PLAN_TRAJ start pos: 0...

@ZbyLGsc digging into the code the crash happens in this line ` int status = kino_path_finder_->search(start_pt, start_vel, start_acc, end_pt, end_vel, true); ` https://github.com/HKUST-Aerial-Robotics/FUEL/blob/main/fuel_planner/plan_manage/src/planner_manager.cpp#L145 Please let me know how to solve...