File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ async def main():
131
131
# Control of the motors is handed off to the stop controller,
132
132
# which linearly ramps down the velocity targets of both treads.
133
133
await rvr .drive_stop_custom_decel (
134
- deceleration_rate = 0.25 # Decelerate both treads toward 0 velocity at 0.25 m/s^2
134
+ deceleration_rate = 0.5 # Decelerate both treads toward 0 velocity at 0.5 m/s^2
135
135
)
136
136
137
137
# In addition to the notification, it is also possible to poll whether the robot
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ def main():
132
132
# Control of the motors is handed off to the stop controller,
133
133
# which linearly ramps down the velocity targets of both treads.
134
134
rvr .drive_stop_custom_decel (
135
- deceleration_rate = 0.25 # Decelerate both treads toward 0 velocity at 0.25 m/s^2
135
+ deceleration_rate = 0.5 # Decelerate both treads toward 0 velocity at 0.5 m/s^2
136
136
)
137
137
138
138
# In addition to polling to check if the robot has stopped,
You can’t perform that action at this time.
0 commit comments