-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding IDs to geometry_msgs/Polygon, PolygonStamped (#232)
* adding PolygonInstance msgs Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> Co-authored-by: Michael Carroll <carroll.michael@gmail.com> Co-authored-by: Chris Lalancette <clalancette@gmail.com>
- Loading branch information
1 parent
9818d40
commit 104e644
Showing
4 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# A specification of a polygon where the first and last points are assumed to be connected | ||
# It includes a unique identification field for disambiguating multiple instances | ||
|
||
geometry_msgs/Polygon polygon | ||
int64 id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# This represents a Polygon with reference coordinate frame and timestamp | ||
# It includes a unique identification field for disambiguating multiple instances | ||
|
||
std_msgs/Header header | ||
geometry_msgs/PolygonInstance polygon |