Skip to content

Commit 6aaadca

Browse files
caspar-aimax-rosin
andcommitted
Apply suggestions from code review
Co-authored-by: max-rosin <62103539+max-rosin@users.noreply.github.com> Signed-off-by: Caspar de Haes <caspar.dehaes@five.ai>
1 parent 06ce8db commit 6aaadca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

osi_trafficcommand.proto

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -487,17 +487,17 @@ message TrafficAction
487487
//
488488
optional ActionHeader action_header = 1;
489489

490-
// The custom command given to the traffic participant. Used to convey a specific instruction
491-
// (for example "exit_highway"), or event (for example "left_indicator_activated").
490+
// The custom command given to the traffic participant. Used to convey a specific instruction
491+
// (for example, "exit_highway"), or event (for example, "left_indicator_activated").
492492
//
493493
// \note This corresponds to the content of the OpenSCENARIO 1.0 CustomCommandAction field.
494494
//
495495
optional string command = 2;
496496

497-
// The type of the custom command given to the traffic participant. Can be used to simplify
498-
// how commands are grouped, for example the command_type could be "sensor_failure" and the
499-
// command value (above) could be "front_right_camera". This prevents needing long commands
500-
// (like "sensor_failure: front_right_camera").
497+
// The type of the custom command given to the traffic participant. Can be used to simplify
498+
// how commands are grouped. For example, the command_type could be "sensor_failure" and the
499+
// command value could be "front_right_camera". This avoids long commands, like
500+
//"sensor_failure: front_right_camera".
501501
//
502502
// \note This corresponds to the "type" attribute of the OpenSCENARIO 1.0 CustomCommandAction.
503503
//

0 commit comments

Comments
 (0)