View Single Post
  #1   Spotlight this post!  
Unread 31-08-2016, 03:15
Bo8_87 Bo8_87 is offline
Registered User
no team
 
Join Date: Aug 2016
Rookie Year: 2014
Location: California
Posts: 14
Bo8_87 is an unknown quantity at this point
Auto-Aligning in Teleop

Hello CD,
For my team's off-season competition, our team is implementing an auto-aligning feature for our robot. We have been able to align in autonomously using PID successfully, but in teleop, the aligning isn't consistent and sometimes the robot randomly oscillates in large circles.
We think that because the teleop loop is fetching more data (i.e. joysticks) than in autonomous, the feedback from the gyro that we are using to align is not fast enough to keep up with the robot.
Does anyone know of a fix to this issue? Perhaps speed up the teleop control loop rate?
Reply With Quote