-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tier4_simulation_msgs): add message type
UserDefinedValue
to s…
…end any value from Autoware to `scenario_simulator_v2` (#73) * feat(tier4_simulation_msgs): add new message type `UserDefinedValue` Signed-off-by: yamacir-kit <httperror@404-notfound.jp> * feat(tier4_simulation_msgs): add new message type `UserDefinedValueType` Signed-off-by: yamacir-kit <httperror@404-notfound.jp> * chore(tier4_simulation_msgs): update `CMakeLists.txt` to generate `UserDefinedValue` and `UserDefinedValueType` Signed-off-by: yamacir-kit <httperror@404-notfound.jp> * Add Kyoichi Sugahara and Maxime CLEMENT as maintainers of `tier4_simulation_msgs` Signed-off-by: yamacir-kit <httperror@404-notfound.jp> --------- Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
- Loading branch information
1 parent
2e43884
commit 87febc3
Showing
4 changed files
with
19 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
tier4_simulation_msgs/UserDefinedValueType type | ||
string value |
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,9 @@ | ||
int8 BOOLEAN=0 | ||
int8 DATE_TIME=1 | ||
int8 DOUBLE=2 | ||
int8 INTEGER=3 | ||
int8 STRING=4 | ||
int8 UNSIGNED_INT=5 | ||
int8 UNSIGNED_SHORT=6 | ||
|
||
uint8 data |
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