-
Notifications
You must be signed in to change notification settings - Fork 111
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
[RSDK-1242] use imu to fix spin #1737
Merged
randhid
merged 35 commits into
viamrobotics:main
from
randhid:RSDK-1242-use-imu-to-fix-spin
Jan 14, 2023
Merged
[RSDK-1242] use imu to fix spin #1737
randhid
merged 35 commits into
viamrobotics:main
from
randhid:RSDK-1242-use-imu-to-fix-spin
Jan 14, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…base when stop is called
viambot
added
safe to test
This pull request is marked safe to test from a trusted zone
and removed
safe to test
This pull request is marked safe to test from a trusted zone
labels
Jan 5, 2023
randhid
force-pushed
the
RSDK-1242-use-imu-to-fix-spin
branch
from
January 5, 2023 18:14
1a60eab
to
160ba8f
Compare
viambot
added
safe to test
This pull request is marked safe to test from a trusted zone
and removed
safe to test
This pull request is marked safe to test from a trusted zone
labels
Jan 5, 2023
randhid
force-pushed
the
RSDK-1242-use-imu-to-fix-spin
branch
from
January 10, 2023 16:11
160ba8f
to
bb52152
Compare
viambot
added
safe to test
This pull request is marked safe to test from a trusted zone
and removed
safe to test
This pull request is marked safe to test from a trusted zone
labels
Jan 10, 2023
viambot
added
safe to test
This pull request is marked safe to test from a trusted zone
and removed
safe to test
This pull request is marked safe to test from a trusted zone
labels
Jan 10, 2023
viambot
removed
the
safe to test
This pull request is marked safe to test from a trusted zone
label
Jan 10, 2023
viambot
added
safe to test
This pull request is marked safe to test from a trusted zone
and removed
safe to test
This pull request is marked safe to test from a trusted zone
labels
Jan 14, 2023
…42-use-imu-to-fix-spin
viambot
added
safe to test
This pull request is marked safe to test from a trusted zone
and removed
safe to test
This pull request is marked safe to test from a trusted zone
labels
Jan 14, 2023
randhid
force-pushed
the
RSDK-1242-use-imu-to-fix-spin
branch
from
January 14, 2023 01:10
3a24d95
to
6f7fe3b
Compare
viambot
added
safe to test
This pull request is marked safe to test from a trusted zone
and removed
safe to test
This pull request is marked safe to test from a trusted zone
labels
Jan 14, 2023
viambot
added
safe to test
This pull request is marked safe to test from a trusted zone
and removed
safe to test
This pull request is marked safe to test from a trusted zone
labels
Jan 14, 2023
viambot
added
safe to test
This pull request is marked safe to test from a trusted zone
and removed
safe to test
This pull request is marked safe to test from a trusted zone
labels
Jan 14, 2023
viambot
added
safe to test
This pull request is marked safe to test from a trusted zone
and removed
safe to test
This pull request is marked safe to test from a trusted zone
labels
Jan 14, 2023
viambot
added
safe to test
This pull request is marked safe to test from a trusted zone
and removed
safe to test
This pull request is marked safe to test from a trusted zone
labels
Jan 14, 2023
|
stevebriskin
added a commit
to stevebriskin/rdk
that referenced
this pull request
Jan 26, 2023
This reverts commit 24d6f39.
stevebriskin
added a commit
that referenced
this pull request
Jan 26, 2023
randhid
added a commit
to randhid/rdk
that referenced
this pull request
Jan 31, 2023
…iamrobotics#1807)" This reverts commit df4ec17.
randhid
added a commit
to randhid/rdk
that referenced
this pull request
Jan 31, 2023
…iamrobotics#1807)" This reverts commit df4ec17. change base creator function location refactor refactor refactor refactor refactor refactor refactor refactor
Closed
randhid
pushed a commit
to randhid/rdk
that referenced
this pull request
Feb 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds a movement sensor field to the base config, which can be an array of movement sensors. Has to be Orientation supported.
Uses streamed orientation yaw angles to stop the wheels from turning when a desired orientation has been reached.
Spin is non-blocking for
base.Stop()
.Draft state as I work through some tasks:
- [x] Test on hardware.
[x] Take into account 0-360 imu and -180 to 180 IMU yaw domains in math.-
[ ] Test on hardware.-
[ ] Write software tests.punted to RSDK-1698- [x] Test on hardware.
- [x] Test on hardware.