-
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 #192 from usdot-fhwa-stol/release/cabin
Release/cabin
- Loading branch information
Showing
27 changed files
with
383 additions
and
100 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
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
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,18 @@ | ||
# MobilityReason.msg | ||
# | ||
# | ||
|
||
# Variable which can be used to store a specific reason value. | ||
uint8 reason | ||
|
||
# enumeration values for mobility reason: | ||
|
||
uint8 UNKNOWN=0 | ||
uint8 ACCEPTED=1 | ||
uint8 SAFETY_VIOLATION=2 | ||
uint8 INSUFFICIENT_TIME=3 | ||
uint8 PLAN_CONFLICT=4 | ||
uint8 OTHERWISE_ENGAGED=5 | ||
uint8 INSUFFICIENT_URGENCY=6 | ||
uint8 PLAN_UNCLEAR=7 | ||
uint8 OTHER=8 |
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,12 @@ | ||
# MobilityRepeat.msg | ||
# | ||
# | ||
|
||
# Variable which can be used to store a specific repeat value. | ||
uint8 repeat | ||
|
||
# enumeration values for mobility repeat: | ||
|
||
uint8 UNKNOWN=0 | ||
uint8 REQUEST_AGAIN=1 | ||
uint8 NEVER_REQUEST_AGAIN=2 |
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
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,18 @@ | ||
# MobilityReason.msg | ||
# | ||
# | ||
|
||
# Variable which can be used to store a specific reason value. | ||
uint8 reason | ||
|
||
# enumeration values for mobility reason: | ||
|
||
uint8 UNKNOWN=0 | ||
uint8 ACCEPTED=1 | ||
uint8 SAFETY_VIOLATION=2 | ||
uint8 INSUFFICIENT_TIME=3 | ||
uint8 PLAN_CONFLICT=4 | ||
uint8 OTHERWISE_ENGAGED=5 | ||
uint8 INSUFFICIENT_URGENCY=6 | ||
uint8 PLAN_UNCLEAR=7 | ||
uint8 OTHER=8 |
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,12 @@ | ||
# MobilityRepeat.msg | ||
# | ||
# | ||
|
||
# Variable which can be used to store a specific repeat value. | ||
uint8 repeat | ||
|
||
# enumeration values for mobility repeat: | ||
|
||
uint8 UNKNOWN=0 | ||
uint8 REQUEST_AGAIN=1 | ||
uint8 NEVER_REQUEST_AGAIN=2 |
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
Oops, something went wrong.