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

Also, if using catkin make sure this is part of your code

## Generate added messages and services with any dependencies listed here
## std_msgs is neccessary to generate message and service files
generate_messages(
   DEPENDENCIES
   std_msgs
)

catkin_package(
   LIBRARIES ptu46
   CATKIN_DEPENDS message_runtime
)