-
Notifications
You must be signed in to change notification settings - Fork 51
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
Move subsystem config to the combined configuration panel #1097
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like how you made each joint separate and moved inversion to each one. That makes a lot of sense.
However, the combination with the intake and ejector isn't very intuitive. It makes me realize Joints or Motors might be a better term for the joints because the armavator is the intake/ejector subsystem. This could look like intake/ejector being lumped into Gamepiece Manipulation > (Intake / Ejector) && Subsystems (Drivetrain / Arm / Elevator) or something like Intake && Ejector && Joints.
Having the inversion out makes the Sequential Joints much more intuitive too! Great work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
Added all of the subsystem config functionality to the combined configuration panel.
Warning
Merge after #1089
JIRA Issue