Skip to content

Commit

Permalink
add time constant param to vehicle parameters (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnera authored Jun 17, 2024
1 parent 9596562 commit 5bcb12f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions marti_nav_msgs/msg/VehicleParameters.msg
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ float32 target_deceleration

# Vehicle's linear acceleration in m/s^2 when stopping at the end of a path segment
float32 stop_deceleration

# Vehicle's time constant in delay of following target speed commands
float32 time_constant

0 comments on commit 5bcb12f

Please sign in to comment.