Quote:
Originally Posted by dShad
1) Is a gyro required for camera tracking? We are using encoders for the robot will that do it the camera tracking as well?
|
You can try to replace the gyro's function with something else. Find the spot in the code where it gets the gyro heading, and change it to something that reads the encoders and computes a heading based on the difference between left and right encoder values.
Quote:
|
2) I modified the default programming to work with 2 joysticks, but when I use that code... the joysticks are really touchy. What I mean is sometimes it makes the robot move sometimes it don't. It's really sporadic and random. Any ideas on how to solve this?
|
Without seeing your code, I don't have any helpful ideas, only questions. Is there perhaps something else that is trying to control the robot motion? Are you getting watchdog timeouts that disable the robot briefly?