ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I don't see message_filters nor sensor_msgs listed as dependencies of your package (catkin_package(..)) nor do you find_package(..) them in your find_package(catkin REQUIRES COMPONENTS ..) call.

Try adding them there.

I don't see message_filters nor sensor_msgs listed as dependencies of your package (catkin_package(..)) nor do you find_package(..) them in your find_package(catkin REQUIRES COMPONENTS ..) call.

Try adding them there.

You may want to take a look at the catkin documentation - howtos for more information on correctly expressing (build) dependencies and editing your CMakeLists.txt.