Error in .cpp file: 'ros/ros.h' not found

Aren’t you supposed to create the package with the package dependencies sensor_msgs and geometry_msgs as well , because you are using their header files in the cpp file?
I mean : catkin_create_pkg topics_quiz roscpp std_msgs sensor_msgs geometry_msgs
or we don’t need that?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.