-
-
Notifications
You must be signed in to change notification settings - Fork 31
Update robotics.py #162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update robotics.py #162
Conversation
updated DriveBase.settings to added more information about turn_rate calculations
axleTrack and wheelDiameter settings when you initialize the robot via | ||
the DriveBase() function. If you try to set turn_rate to a value the | ||
exceeds the calculated value the robot will return a INVALID AUGMENT error. | ||
The max possible value for turn_rate is 1000 deg/s. A wider drivebase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not always a max of 1000 deg/s is it? Doesn't it depend on the axel_track
, wheel_diameter
and the actual max speed of the motor being used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps, changing to "The max possible value for turn_rate is 1000 deg/s but in reality it depends on the axelTrack and wheelDiameter settings."
Co-authored-by: David Lechner <[email protected]>
Co-authored-by: David Lechner <[email protected]>
Co-authored-by: David Lechner <[email protected]>
Co-authored-by: David Lechner <[email protected]>
updated DriveBase.settings to added more information about turn_rate calculations based on trouble ticket I submitted this week and the response from Laurens