-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #121 from usdot-fhwa-stol/develop
Apply fix from issue #112
- Loading branch information
Showing
3 changed files
with
17 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# | ||
# TrafficControlRequestPolygon.msg | ||
# | ||
# @author Misheel Bayartsengel | ||
# @version 0.1 | ||
# | ||
# NOTE: This message is not part of the TrafficControlRequest message definition. | ||
# It is an alternative representation of TrafficControlBounds used for visualization. | ||
# | ||
# describes the four vertices of polygon created by CARMA to form an TrafficControlRequest zone | ||
# each points are in EPSG:4326 lat/long | ||
|
||
cav_msgs/Position3D[] polygon_list |
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