Skip to content

Commit f7a5421

Browse files
committed
Code review mark-ups
Signed-off-by: Caspar de Haes <caspar.dehaes@five.ai>
1 parent b606326 commit f7a5421

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

osi_common.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,6 @@ message GeodeticPosition
886886
optional double altitude = 3;
887887
}
888888

889-
890889
//
891890
// \brief Generic key-value pair structure
892891
//

osi_hostvehicledata.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ message HostVehicleData
8585
//
8686
// \note OSI uses singular instead of plural for repeated field names.
8787
//
88-
repeated VehicleAutomatedDrivingFunction automated_driving_function = 12;
88+
repeated VehicleAutomatedDrivingFunction vehicle_automated_driving_function = 12;
8989

9090
//
9191
// \brief The absolute base parameters of the vehicle.
@@ -440,7 +440,6 @@ message HostVehicleData
440440
// Speed limit control
441441
//
442442
FUNCTION_NAME_SPEED_LIMIT_CONTROL = 25;
443-
444443
}
445444

446445
// The activation state of a feature.

0 commit comments

Comments
 (0)