I am using ros-melodic on a jetson nano (ubuntu 18.04)
I've git cloned the package hector_navigation
in my catkin_src I ran catkin_make and source devel/setup.bash without issue
then I ran:
I did a chmod +x on the costmap.launch then
roslaunch hector_costmap costmap.launch
always the same error message. Tried to install some extra package, same error message:
ERROR: cannot launch node of type [hector_costmap/hector_costmap]: Cannot locate node of type [hector_costmap] in package [hector_costmap]. Make sure file exists in package path and permission is set to executable (chmod +x)
rospack list display the right location:
hector_costmap /root/catkin_ws/src/hector_navigation/hector_costmap
How can I solve this issue and use hector_navigation?
Is this project alive?
I am using ros-melodic on a jetson nano (ubuntu 18.04) I've git cloned the package hector_navigation in my catkin_src I ran catkin_make and source devel/setup.bash without issue then I ran: I did a chmod +x on the costmap.launch then roslaunch hector_costmap costmap.launch
always the same error message. Tried to install some extra package, same error message: ERROR: cannot launch node of type [hector_costmap/hector_costmap]: Cannot locate node of type [hector_costmap] in package [hector_costmap]. Make sure file exists in package path and permission is set to executable (chmod +x)
rospack list display the right location: hector_costmap /root/catkin_ws/src/hector_navigation/hector_costmap
How can I solve this issue and use hector_navigation? Is this project alive?