Skip to content

Commit 4ad0322

Browse files
max-rosinlemmer-fzi
authored andcommitted
fix(docs): Fix typos
Signed-off-by: Maximilian Rosin <maximilian.rosin@parson-europe.com> Signed-off-by: Markus Lemmer <lemmer@fzi.de>
1 parent 7334ebe commit 4ad0322

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

osi_motionrequest.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ package osi3;
1010
//
1111
// \brief This message is intended as an interface between a HAD (highly automated driving) function and the actuator management.
1212
//
13-
// The HAD function can send either a desired future trajectory ore a desired future state.
13+
// The HAD function can send either a desired future trajectory or a desired future state.
1414
// The message can be defined by a additional variable.
1515
//
1616
// \note The coordinate system is defined as right-handed.
@@ -67,21 +67,21 @@ message MotionRequest
6767
//
6868
optional Timestamp timestamp = 1;
6969

70-
// intended position to be reached in x, y, and z direction.
70+
// Intended position to be reached in x, y, and z direction.
7171
//
7272
optional Vector3d position = 2;
7373

74-
// intended orientation to be reached containing yaw, pitch and roll angle.
74+
// Intended orientation to be reached containing yaw, pitch and roll angle.
7575
//
7676
optional Orientation3d orientation = 3;
7777

78-
// intended velocity to be reached in x, y, and z direction.
78+
// Intended velocity to be reached in x, y, and z direction.
7979
//
8080
// Unit: m/s
8181
//
8282
optional Vector3d velocity = 4;
8383

84-
// intended acceleration to be reached in x, y, and z direction.
84+
// Intended acceleration to be reached in x, y, and z direction.
8585
//
8686
// Unit: m/s^2
8787
//

0 commit comments

Comments
 (0)