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

cvg_sim_msgs/Altimeter.h: is missing #1

Open
notredamus opened this issue Nov 19, 2017 · 1 comment
Open

cvg_sim_msgs/Altimeter.h: is missing #1

notredamus opened this issue Nov 19, 2017 · 1 comment

Comments

@notredamus
Copy link

Hello,

I've got the following error message when i tried to compile it with catkin build: (Ubuntu 16.04, ros kinetic, gazebo7). What can be the problem?

Errors     << cvg_sim_gazebo_plugins:make /home/david/ros5days_ws/logs/cvg_sim_gazebo_plugins/build.make.001.log
In file included from home/user/catkin_ws/src/cvg_sim_gazebo_plugins/src/gazebo_ros_baro.cpp:29:0:
home/user/catkin_ws/src/cvg_sim_gazebo_plugins/include/hector_quadrotor_gazebo_plugins/gazebo_ros_baro.h:41:36: fatal error: cvg_sim_msgs/Altimeter.h: No such file or directory compilation terminated.

Thanks for the help in advance!
Cheers

@eborghi10
Copy link
Owner

eborghi10 commented Jul 9, 2018

Hey @notredamus, sorry for the belated response. This worked for me:

$ roscd && cd ..
$ rosdep install --from-path src/ -y -i
$ catkin_make

The second step is required to install all the missing dependencies of the project.
Let me know if this works for you.

HTH
Regards, Emiliano.

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

2 participants