allwpilib icon indicating copy to clipboard operation
allwpilib copied to clipboard

C++ DifferentialDriveBot example is incorrect

Open virtuald opened this issue 7 months ago • 0 comments

Since the encoder is reset in the constructor, the odometry should be reset too? Or nothing should be reset. Ryan pointed out that the gyro and other aspects are incorrect.

Additionally, the kMaxAngularSpeed doesn't match between Java/C++ either.

virtuald avatar Dec 05 '23 08:12 virtuald