ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Looks like there are a few problems here:
Point
class is in the geometry_msgs
namespace, so you should use the fully-namespaced class type: geometry_msgs::Point
P.S. - for future questions please use the "preformatted text" button and paste your code and error messages directly into the question.