Skip to content

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Update robotics.py #162

wants to merge 5 commits into from

Conversation

bcfletcher
Copy link

updated DriveBase.settings to added more information about turn_rate calculations based on trouble ticket I submitted this week and the response from Laurens

updated DriveBase.settings to added more information about turn_rate calculations
@dlech dlech requested a review from laurensvalk April 5, 2025 20:08
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
Copy link
Member

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?

Copy link
Author

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."

bcfletcher and others added 4 commits April 9, 2025 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants