Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Error in fiducial_pose, Fiducial.h is missing #76

Closed
maxpolzin opened this issue May 17, 2017 · 2 comments
Closed

Build Error in fiducial_pose, Fiducial.h is missing #76

maxpolzin opened this issue May 17, 2017 · 2 comments
Assignees

Comments

@maxpolzin
Copy link
Contributor

I get the following error, when I compile the package with catkin_make:

fatal error: fiducial_msgs/Fiducial.h: No such file or directory

This can be fixed by inserting

add_dependencies(rpp_pose ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})

in fiducial_pose/CMakeList.txt

I am on Ubuntu 16.04, Opencv 3.2.0, ROS Kinetic

@rohbotics
Copy link
Member

Thanks for reporting this issue.

Since you already have a solution, can you please create a Pull Request to contribute this change.

@ROSDevoloper
Copy link

i used this sudo apt-get install ros-kinetic-aruco-detect to install the needed dependencies required for rr_auto_dock pkg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants