Skip to content

Commit

Permalink
docs(TrajectoryPoint): add comment for acceleration_mps2 to clarify i…
Browse files Browse the repository at this point in the history
…ts usage

Signed-off-by: Ahmed Ebrahim <[email protected]>
  • Loading branch information
ahmeddesokyebrahim committed May 17, 2024
1 parent 8e657ab commit 94859d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autoware_planning_msgs/msg/TrajectoryPoint.msg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ builtin_interfaces/Duration time_from_start
geometry_msgs/Pose pose
float32 longitudinal_velocity_mps
float32 lateral_velocity_mps
float32 acceleration_mps2
# acceleration_mps2 increases/decreases based on absolute vehicle motion and does not consider vehicle direction (forward/backward)
float32 acceleration_mps2
float32 heading_rate_rps
float32 front_wheel_angle_rad
float32 rear_wheel_angle_rad

0 comments on commit 94859d9

Please sign in to comment.