eborghi10 / AR.Drone-ROS

AR.Drone package for ROS Kinetic.
21 stars 13 forks source link

cvg_sim_msgs/Altimeter.h: is missing #1

Open notredamus opened 6 years ago

notredamus commented 6 years ago

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 commented 6 years ago

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.