We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19afa53 commit c414b3fCopy full SHA for c414b3f
osi_common.proto
@@ -503,19 +503,19 @@ message Trajectory
503
//
504
// Unit: [rad]
505
506
- optional double trackangle = 4;
+ optional double track_angle = 4;
507
508
// Contains the curvature at the timestamp.
509
510
// Unit: [1/m]
511
512
optional double curvature = 5;
513
514
- // Contains the curvaturechange at the timestamp.
+ // Contains the curvature change at the timestamp.
515
516
- // Unit: [1/m*s]
+ // Unit: [1/(m*s)]
517
518
- optional double curvaturechange = 6;
+ optional double curvature_change = 6;
519
520
// Contains the velocity of the vehicle at the timestamp.
521
0 commit comments