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 (#92)

Signed-off-by: Ahmed Ebrahim <[email protected]>
  • Loading branch information
ahmeddesokyebrahim authored Jul 2, 2024
1 parent 4c3a193 commit a51a5d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoware_planning_msgs/msg/TrajectoryPoint.msg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ builtin_interfaces/Duration time_from_start
geometry_msgs/Pose pose
float32 longitudinal_velocity_mps
float32 lateral_velocity_mps
# 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
Expand Down

0 comments on commit a51a5d8

Please sign in to comment.