Skip to content

Commit eab994c

Browse files
committed
Update osi_motionrequest.proto
added/modified comment section to DesiredState & Trajectory Signed-off-by: Radhakrishna Kothamasu <[email protected]>
1 parent cbae3eb commit eab994c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

osi_motionrequest.proto

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ message MotionRequest
4747
optional Trajectory desired_trajectory = 3;
4848

4949
//
50-
// \brief The desired state calculated by the HAD function as a result of the motion planning stack.
50+
// \brief The desired state is calculated by the HAD function as a result of the motion planning stack.
5151
// The actuator management is supposed to reach the desired state at the specified time.
5252
//
5353
message DesiredState
@@ -62,7 +62,7 @@ message MotionRequest
6262
//
6363
optional Vector3d position = 2;
6464

65-
// intended orientation to be reached containing roll, pitch, and yaw angle
65+
// intended orientation to be reached containing yaw, pitch and roll angle
6666
//
6767
optional Orientation3d orientation = 3;
6868

@@ -78,12 +78,14 @@ message MotionRequest
7878

7979
//
8080
// \brief Defined trajectory desired by the HAD function. This trajectory is the result of the trajectory planning step
81-
// in the HAD function. The task of the acutator management is to follow the trajectory as close as possible.
81+
// in the HAD function. The task of the acutator management is to follow this trajectory as closely as possible.
8282
// The timestamps inside the trajecotry must be defined in global simulation time.
83-
// \note Kept as a seperate message for future extensions
83+
// \note Trajectory is kept as a separate message for future extensions
8484
//
8585
message Trajectory
8686
{
87+
// consists of intended position (x, y, and z) and orientation (yaw, pitch and roll) of intended state to be reached
88+
//
8789
repeated StatePoint trajectory_point = 1;
8890
}
8991

0 commit comments

Comments
 (0)