ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You need the relevant include to be able to use this message:
#include <std_msgs/Float32.h>
You need to setupstd_msgs
as a dependency of your package if you want that to work:
http://wiki.ros.org/catkin/Tutorials/CreatingPackage