Skip to content

Commit

Permalink
Update dbw_vel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdekhterman authored Nov 7, 2024
1 parent a548de1 commit a190943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbw/dbw/dbw_vel.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self):
self.count = 0
self.lin_vel_step_size = 1/128
self.lin_vel_min = -250 # km/hr
self.lin_vel_eff_max = 40 # km/h
self.lin_vel_eff_max = 32 # km/h

self.ang_vel_step_size = 1/1024
self.ang_vel_min = -31.25 # rad/s
Expand Down

0 comments on commit a190943

Please sign in to comment.