SmartRoboticSystems / aruco_mapping

Positioning system based on ArUco markers
MIT License
85 stars 49 forks source link

Could not launch node #5

Open subhaya opened 7 years ago

subhaya commented 7 years ago

Hi, I installed this package from sudo apt-get install ros-indigo-aruco-mapping. I am trying to find the location of the robot from a usb camera but when I create the launch file and run it. It shows the following error. ERROR: cannot launch node of type [aruco_mapping/aruco_mapping]: can't locate node [aruco_mapping] in package [aruco_mapping]

zachkendrick commented 7 years ago

you need to source your bash.setup file in the devel directory of your catkin workspace first:

$ cd ~/catkinws $ source devel/setup.bash

blutjens commented 6 years ago

Assure that $ rospack list lists the package to your aruco_mapping installation path.