CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
polygon.hpp
Go to the documentation of this file.
1
8namespace geometry_msgs::msg {
15class Polygon {
16public:
17 // A specification of a polygon where the first and last points are assumed to be connected
18
19 std::vector<msg::Point32> points;
20};
21} // namespace geometry_msgs::msg
ROS message class definition for Polygon.
Definition polygon.hpp:15
message definitions of the geometry_msgs package
Definition accel.hpp:8