Skip to content
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

Changes to superstructure to allow for automatic camera switching #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LiDucky
Copy link

@LiDucky LiDucky commented Feb 19, 2019

No description provided.

dashboardPutBoolean("IsDriveReversed", true);
}
else if(mIsReversed == false) {
dashboardPutBoolean("IsDriveReversed", false);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should set /SmartDashboard/Driver/Camera to the camera name (something like FrontFit or Test, or whatever) and the cameras will switch for you.

We also need to discuss if we should switch cameras at all because of their flaky behavior when switching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants