ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I attempt to use Point.pop, the compiler give me an error. ERROR: 'class std::vector<geometry_msgs::point_<std::allocator<void>>, std::allocator<geometry_msgs::point_<std::allocator<void>>>' has no member named 'pop'.
In this case, Point as a datatype in container std::vector.
So, there must be some mechanism to encapsulate the datatype in ROS such as visualization_msgs::Marker. Where are they?
2 | No.2 Revision |
I attempt to use Point.pop, Point.pop(), the compiler give me an error. ERROR: 'class std::vector<geometry_msgs::point_<std::allocator<void>>, std::allocator<geometry_msgs::point_<std::allocator<void>>>' has no member named 'pop'.
In this case, Point as a datatype in container std::vector.
So, there must be some mechanism to encapsulate the datatype in ROS such as visualization_msgs::Marker. Where are they?