Restructure model posing and re-export AdvantageScope model#79
Conversation
…vantageScope model, remove the original ModelConstants, and restructure subsystems and Robot.javaaccordingly.
|
Mech3D file seems mostly good, currently re-exporting the CAD. |
…te unused txt file.
…chs157/FRC2026 into task/reexport-as-model
…sed constant from Mech3d file, and add new method for calibration.
|
Angle of turret might be janked? Verify on Tuesday. |
…/reexport-as-model
…nge pose NT topic to share with drivetrain, and added additional comments.
…eas not requiring the full file.
rxgran
left a comment
There was a problem hiding this comment.
Really great commenting, minor things, possibly remove V1 model
| @@ -0,0 +1,192 @@ | |||
| { | |||
There was a problem hiding this comment.
do we really care about swapping back and forth between v1 and v2 models? Should we just have this be Sunstone and delete the old?
There was a problem hiding this comment.
Fair point, I'll remove the V1 model and rename the file accordingly. Especially since the pose information we're getting only works for V2.
…SunstoneV2 -> Sunstone
rxgran
left a comment
There was a problem hiding this comment.
Before merging please include a screenshot and/or video of the sim
rxgran
left a comment
There was a problem hiding this comment.
wait also the build is failing on github actions? maybe check that first
|
Action now succeeds, I forgot to push some of the files. 8mb.video-JvX-BGSVR9CI.mp4 |
Created new file
SunstoneV2Mechanism3D.javato store constants and getters related to component poses, and to log the robot's component poses. Also re-export CAD from Onshape to reflect new robot. Closes #70.