pal-robotics / aruco_ros

Software package and ROS wrappers of the Aruco Augmented Reality marker detector library
MIT License
449 stars 307 forks source link

Marker Publisher Node Not Found #13

Closed sauravag closed 6 years ago

sauravag commented 9 years ago

Hi,

Thank you for sharing this package! I tried to run the marker_publisher.launch file but I get the following error:

ERROR: cannot launch node of type [aruco_ros/marker_publisher]: can't locate node [marker_publisher] in package [aruco_ros]

I use the following command: $roslaunch marker_publisher.launch

I am able to get the single.launch file working perfectly and can see that the marker is detected. Also, the package was compiled without errors and installed in my catkin workspace.

Would you have any tips to fix this.

Thanks!

jordi-pages commented 9 years ago

@sauravag The marker_publisher executable was not included in the installation rule. Please pull your master branch and give it a try now.

sauravag commented 9 years ago

Thanks Jordi!

I'll try it out :) On Tue, Mar 31, 2015 at 2:29 AM Jordi Pages notifications@github.com wrote:

@sauravag https://github.com/sauravag The marker_publisher executable was not include in the installation rule. Please pull your master branch and give it a try now.

— Reply to this email directly or view it on GitHub https://github.com/pal-robotics/aruco_ros/issues/13#issuecomment-87976098 .

bmagyar commented 9 years ago

I believe this is solved. Any feedback on it?