-
Notifications
You must be signed in to change notification settings - Fork 130
Align custom traffic action with osc #523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align custom traffic action with osc #523
Conversation
Signed-off-by: Caspar de Haes <caspar.dehaes@five.ai>
Signed-off-by: Caspar de Haes <caspar.dehaes@five.ai>
2fbd5ba
to
e3452d3
Compare
osi_trafficcommand.proto
Outdated
// The custom command given to the traffic participant. | ||
// | ||
optional string command = 2; | ||
|
||
// The type of the custom command given to the traffic participant. | ||
// | ||
optional string command_type = 3; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Output CCB 09.06.2021:
- Please provide more documentation on the "command" and "command_type" messages, stating the difference between them and how/in which situations should it be used.
- As a "note", please mention for both commands that they are mapped to OSC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kmeids I have updated the comments as suggested.
Does that look OK to you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check comments
Signed-off-by: Caspar de Haes <caspar.dehaes@five.ai>
@kmeids any update from the CCB group about whether this can be merged? |
CCB Output 21.07.2021
|
Co-authored-by: max-rosin <62103539+max-rosin@users.noreply.github.com> Signed-off-by: Caspar de Haes <caspar.dehaes@five.ai>
a4edb29
to
6aaadca
Compare
@max-rosin I agreed with your comment suggests and have applied those changes. Is there anything else to do on the documentation side? @pmai if not, I think over to you to merge. |
Reference to a related issue in the repository
Closes #522
Add a description
Add a second string field to the custom action to mirror that in the OSC definitions.
In line with standard OSI the field is optional so this is not a breaking change.
Take this checklist as orientation for yourself, if this PR is ready for the Change Control Board: