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

Speed up switching between drive modes #164

Open
4 tasks done
ryanlarkin opened this issue Apr 18, 2019 · 0 comments
Open
4 tasks done

Speed up switching between drive modes #164

ryanlarkin opened this issue Apr 18, 2019 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@ryanlarkin
Copy link
Collaborator

ryanlarkin commented Apr 18, 2019

Currently, there is a lot of reconfiguration that goes on when switching between drive modes. This can result in delays to switch modes.

See drivetrain-config

  • Use PID slots instead of sending new PID values
  • Try to reconfigure sensors as little as possible
  • Use different Talons for different sensor configurations
    • Front left/right for individual control
    • Back left combined drive forward
    • Back right combined rotation
  • Use SlotConfiguration class to configure slots rather than setting speed manually
@ryanlarkin ryanlarkin added the enhancement New feature or request label Apr 18, 2019
@KyleRAnderson KyleRAnderson added this to To do in Platform via automation Apr 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Platform
  
To do
Development

No branches or pull requests

1 participant