-
Notifications
You must be signed in to change notification settings - Fork 0
(#20) Initial setup of static poses for subsystems #69
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
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
d4bc1a6
(#30) Inital setup of static poses for subsystems
7f6df69
(#30) Added hood and turret + hood rotation
cd138b0
Merge branch 'main' into 30-setup-3d-sim
godmar 3870a7f
(#30) Added intake and static climb carriage
15828dd
(#20) Flipped robot so that intake is at the front
b42945b
(#20) Flipped robot and minor adjustments
849e270
Merge branch 'main' into 30-setup-3d-sim
525440d
Merge branch 'main' into 30-setup-3d-sim
godmar 75fd130
Merge branch 'main' into 30-setup-3d-sim
d10e784
Merge branch 'main' into 30-setup-3d-sim
godmar 6812f2c
(#20) Added climb that mostly works and changed turret
eb47d6f
(#20) Fixed turret to work in sim
70aea78
Merge branch 'main' into 30-setup-3d-sim
godmar a930a9e
(#20) Removed unneeded variable
c5d8ebe
state machine as per Sim - different start state than real life
godmar d10d2b0
(#20) added a comment for turret state logic
116a590
(#20) Added basic instructions to README
f360e35
(#20) minor change to README
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,123 @@ | ||
| { | ||
| "name": "Robot 2026", | ||
| "rotations": [ | ||
| { | ||
| "axis": "x", | ||
| "degrees": 90 | ||
| }, | ||
| { | ||
| "axis": "z", | ||
| "degrees": 90 | ||
| } | ||
| ], | ||
| "position": [ | ||
| 0.0, | ||
| 0.0, | ||
| 0.0 | ||
| ], | ||
| "cameras": [], | ||
| "components": [ | ||
| { | ||
| "zeroedRotations": [ | ||
| { | ||
| "axis": "x", | ||
| "degrees": 90 | ||
| }, | ||
| { | ||
| "axis": "z", | ||
| "degrees": 0 | ||
| } | ||
| ], | ||
| "zeroedPosition": [ | ||
| 0.0, | ||
| 0.0, | ||
| 0.0 | ||
| ] | ||
| }, | ||
| { | ||
| "zeroedRotations": [ | ||
| { | ||
| "axis": "x", | ||
| "degrees": 0 | ||
| }, | ||
| { | ||
| "axis": "z", | ||
| "degrees": 0 | ||
| } | ||
| ], | ||
| "zeroedPosition": [ | ||
| 0.0, | ||
| 0.0, | ||
| 0.0 | ||
| ] | ||
| }, | ||
| { | ||
| "zeroedRotations": [ | ||
| { | ||
| "axis": "x", | ||
| "degrees": 0 | ||
| }, | ||
| { | ||
| "axis": "z", | ||
| "degrees": 0 | ||
| } | ||
| ], | ||
| "zeroedPosition": [ | ||
| 0, | ||
| 0, | ||
| 0 | ||
| ] | ||
| }, | ||
| { | ||
| "zeroedRotations": [ | ||
| { | ||
| "axis": "x", | ||
| "degrees": 0 | ||
| }, | ||
| { | ||
| "axis": "z", | ||
| "degrees": 0 | ||
| } | ||
| ], | ||
| "zeroedPosition": [ | ||
| 0.0, | ||
| 0.0, | ||
| 0.0 | ||
| ] | ||
| }, | ||
| { | ||
| "zeroedRotations": [ | ||
| { | ||
| "axis": "x", | ||
| "degrees": 0 | ||
| }, | ||
| { | ||
| "axis": "z", | ||
| "degrees": 0 | ||
| } | ||
| ], | ||
| "zeroedPosition": [ | ||
| 0.0, | ||
| 0.0, | ||
| 0.0 | ||
| ] | ||
| }, | ||
| { | ||
| "zeroedRotations": [ | ||
| { | ||
| "axis": "x", | ||
| "degrees": 0 | ||
| }, | ||
| { | ||
| "axis": "z", | ||
| "degrees": 0 | ||
| } | ||
| ], | ||
| "zeroedPosition": [ | ||
| 0.0, | ||
| 0.0, | ||
| 0.0 | ||
| ] | ||
| } | ||
| ] | ||
| } |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| model.glb = drive | ||
| model_0.glb = shooter base | ||
| model_1.glb = indexer + hopper | ||
| model_2.glb = intake | ||
| model_3.glb = turret | ||
| model_4.glb = climb carriage | ||
| model_5.glb = hood |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.