Robotics StackExchange | Archived questions

kinetic: ros.h not found

hi, i installed ubuntu 16.04 and ros-kinetic , then i cloned from github flobotics_finger_msgs and flobotics_finger_rviz_force_limits and run catkin_make.

In file included from /home/ros/catkin_ws/build/flobotics_finger_rviz_force_limits/include/flobotics_finger_rviz_force_limits/moc_flobotics_finger_rviz_force_limits.cxx:9:0:
/home/ros/catkin_ws/build/flobotics_finger_rviz_force_limits/include/flobotics_finger_rviz_force_limits/../../../../src/flobotics_finger_rviz_force_limits/include/flobotics_finger_rviz_force_limits/flobotics_finger_rviz_force_limits.h:6:22: fatal error: ros/ros.h: File or Dirctory not found
compilation terminated.

on ubuntu 14.04 with jade and before it worked.

EDIT: in CMakeLists.txt file i added inside the include() statement: ${catkinINCLUDEDIRS} Now it does not complain about missing ros.h

Asked by inflo on 2016-05-06 06:43:16 UTC

Comments

Answers

While this is a support channel, I'd recommend to report such specific issues to the package's issue tracker (flobotics/flobotics_finger_rviz_force_limits/issues in this case).

Asked by gvdhoorn on 2016-05-06 07:13:20 UTC

Comments