Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions osi_trafficcommand.proto
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,10 @@ message TrafficAction
// 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;
Comment on lines 490 to +504

Copy link
Copy Markdown

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:

  1. 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.
  2. As a "note", please mention for both commands that they are mapped to OSC.

Copy link
Copy Markdown
Contributor Author

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?

}

// \brief Longitudinal Distance Action
Expand Down