-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move Arm commands into superstructure Add ArmVisualizer into Arm Make sim work for Arm * Add sim for all rollers Change Goal names * Sim works in teleop * Disable motion magic in ArmIO Move profile in to subsystem * Resolves #11 * Fix Alerts in ArmIOKrakenFOC.java Visualizer working * Fix Alerts in ArmIOKrakenFOC.java Visualizer working * Add models * Fix Northstar camera names * Move robot to subfolder Compatible with custom user assets folder * Check arm at goal using profile * Fix imports * Check for setpoint and goal equal in arm --------- Co-authored-by: Jonah <[email protected]>
- Loading branch information
Showing
25 changed files
with
491 additions
and
307 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
{ | ||
"name": "MA24B", | ||
"rotations": [ | ||
{ | ||
"axis": "x", | ||
"degrees": 90 | ||
}, | ||
{ | ||
"axis": "z", | ||
"degrees": 90 | ||
} | ||
], | ||
"position": [ | ||
0, | ||
0, | ||
0 | ||
], | ||
"cameras": [ | ||
{ | ||
"name": "Northstar 0", | ||
"rotations": [ | ||
{ | ||
"axis": "y", | ||
"degrees": -28.125 | ||
}, | ||
{ | ||
"axis": "z", | ||
"degrees": 30.0 | ||
} | ||
], | ||
"position": [ | ||
0.247269, | ||
0.24729186, | ||
0.2244598 | ||
], | ||
"resolution": [ | ||
1600, | ||
1200 | ||
], | ||
"fov": 75 | ||
}, | ||
{ | ||
"name": "Northstar 1", | ||
"rotations": [ | ||
{ | ||
"axis": "y", | ||
"degrees": -28.125 | ||
}, | ||
{ | ||
"axis": "z", | ||
"degrees": -30.0 | ||
} | ||
], | ||
"position": [ | ||
0.247269, | ||
-0.24729186, | ||
0.2244598 | ||
], | ||
"resolution": [ | ||
1600, | ||
1200 | ||
], | ||
"fov": 75 | ||
} | ||
], | ||
"components": [ | ||
{ | ||
"zeroedRotations": [ | ||
{ | ||
"axis": "x", | ||
"degrees": 90 | ||
}, | ||
{ | ||
"axis": "z", | ||
"degrees": 90 | ||
} | ||
], | ||
"zeroedPosition": [ | ||
0.238, | ||
0.0, | ||
-0.298 | ||
] | ||
} | ||
] | ||
} |
Binary file not shown.
Binary file not shown.
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
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
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
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
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
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
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
Oops, something went wrong.