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

Try changing the following line in your CMakeLists.txt

find_package(catkin REQUIRED COMPONENTS geometry_msgs message_generation)

to

find_package(catkin REQUIRED COMPONENTS roscpp geometry_msgs message_generation)

Try changing the following line in your CMakeLists.txt

find_package(catkin REQUIRED COMPONENTS geometry_msgs message_generation)

to

find_package(catkin REQUIRED COMPONENTS roscpp tf geometry_msgs message_generation)