PX4 / PX4-Avoidance

PX4 avoidance ROS node for obstacle detection and avoidance.
http://px4.io
BSD 3-Clause "New" or "Revised" License
639 stars 332 forks source link

ERROR : can't launch node of type [local_planner/local_planner_node] #589

Open sammar80 opened 4 years ago

sammar80 commented 4 years ago

Hello, after I followed the installation instructions I get this error when I run roslaunch local_planner local_planner_stereo.launch (ERROR : can't launch node of type [local_planner/local_planner_node] : Can't locate node of type [local_planner_node] in package [local_planner].Make sure the file exists in the package path and permission is set to executable )

I found that the local_planner_node.h and the local_planner_node.cpp are missing from the master stream . Please advice

baumanta commented 4 years ago

try sourcing: source /catkin_ws/devel/setup.bash

sammar80 commented 4 years ago

Thank you baumanta , I did that but it didn't work , I found the files in another branch