This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
Improve ChassisController constructor with Gyro Support #297
Labels
question
Further information is requested
Is your feature request related to a problem? Please describe.
Yaw-rate gyro support is lacking in OkapiLib, and for robots with unreliable encoders, turnAngle() is entirely unreliable.
Describe the solution you"d like
Overload the ChassisController constructor with a gyro.
Utilize the gyro when turnAngle() is called, potentially fused with the existing encoder method.
Describe alternatives you"ve considered
Of course, this could be done separately, but if the point is to enable high level programming, then it is better integrated into OkapiLib.
Versions
Additional context
This should have precedence over any odometry work. What is the point of odometry if you do not know where you are in the first place?
The text was updated successfully, but these errors were encountered: