Update carrot_man.py

This commit is contained in:
carrot 2025-02-13 19:52:08 +09:00 committed by GitHub
parent 5d77eeb6b5
commit 184d5779b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1446,7 +1446,7 @@ class CarrotServ:
desired_speed, source = min(speed_n_sources, key=lambda x: x[0])
if self.turn_speed_ratio < 1.0:
desired_speed *= self.turn_speed_ratio
#desired_speed *= self.turn_speed_ratio
source += "T"
if CS is not None: