@@ -47,7 +47,7 @@ message MotionRequest
47
47
optional Trajectory desired_trajectory = 3 ;
48
48
49
49
//
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.
51
51
// The actuator management is supposed to reach the desired state at the specified time.
52
52
//
53
53
message DesiredState
@@ -62,7 +62,7 @@ message MotionRequest
62
62
//
63
63
optional Vector3d position = 2 ;
64
64
65
- // intended orientation to be reached containing roll , pitch, and yaw angle
65
+ // intended orientation to be reached containing yaw , pitch and roll angle
66
66
//
67
67
optional Orientation3d orientation = 3 ;
68
68
@@ -78,12 +78,14 @@ message MotionRequest
78
78
79
79
//
80
80
// \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.
82
82
// 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
84
84
//
85
85
message Trajectory
86
86
{
87
+ // consists of intended position (x, y, and z) and orientation (yaw, pitch and roll) of intended state to be reached
88
+ //
87
89
repeated StatePoint trajectory_point = 1 ;
88
90
}
89
91
0 commit comments