-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/week zero changes #21
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
Conversation
Merge `feature/commands` into week zero branch
…o-Robotics/2025-CommandRobot into feature/week-zero-changes
…o-Robotics/2025-CommandRobot into feature/week-zero-changes
…o-Robotics/2025-CommandRobot into feature/week-zero-changes
5690Programmers
left a comment
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.
Remove commented out code
src/main/cpp/RobotContainer.cpp
Outdated
| true); | ||
| }, | ||
| {&m_drive})); | ||
|
|
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.
Remove climber comment
src/main/cpp/RobotContainer.cpp
Outdated
| }, | ||
| {&m_drive})); | ||
|
|
||
| // m_climber.SetDefaultCommand( |
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.
still need this commented out code?
Changed Rio Versions, Added Named Commands/Autos, Added controller bindings, added manipulator commands. Branch working at LSR.
Fixes #13
Fixes #14