Skip to content

Commit a51a5d8

Browse files
docs(TrajectoryPoint): add comment for acceleration_mps2 to clarify its usage (#92)
Signed-off-by: Ahmed Ebrahim <[email protected]>
1 parent 4c3a193 commit a51a5d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoware_planning_msgs/msg/TrajectoryPoint.msg

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ builtin_interfaces/Duration time_from_start
22
geometry_msgs/Pose pose
33
float32 longitudinal_velocity_mps
44
float32 lateral_velocity_mps
5+
# acceleration_mps2 increases/decreases based on absolute vehicle motion and does not consider vehicle direction (forward/backward)
56
float32 acceleration_mps2
67
float32 heading_rate_rps
78
float32 front_wheel_angle_rad

0 commit comments

Comments
 (0)