Skip to content

Commit c414b3f

Browse files
ainarjdsika
authored andcommitted
Spaces and unit correction (#333)
1 parent 19afa53 commit c414b3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

osi_common.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -503,19 +503,19 @@ message Trajectory
503503
//
504504
// Unit: [rad]
505505
//
506-
optional double trackangle = 4;
506+
optional double track_angle = 4;
507507

508508
// Contains the curvature at the timestamp.
509509
//
510510
// Unit: [1/m]
511511
//
512512
optional double curvature = 5;
513513

514-
// Contains the curvaturechange at the timestamp.
514+
// Contains the curvature change at the timestamp.
515515
//
516-
// Unit: [1/m*s]
516+
// Unit: [1/(m*s)]
517517
//
518-
optional double curvaturechange = 6;
518+
optional double curvature_change = 6;
519519

520520
// Contains the velocity of the vehicle at the timestamp.
521521
//

0 commit comments

Comments
 (0)