You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe problem solved by the proposed feature
Wheel encoder support is being worked on here. The end result of this drive will be a uORB topic that publishes raw encoder data. This data must be converted to velocities to be used by the EKF2 module, but this is not trivial: Different rovers can have different wheel configurations and different number and placement of encoders.
Describe your preferred solution
A new module should be created which handles different rover configurations, and is easily extensible so that it can be easily updated to handle new configurations.
The text was updated successfully, but these errors were encountered:
Describe problem solved by the proposed feature
Wheel encoder support is being worked on here. The end result of this drive will be a uORB topic that publishes raw encoder data. This data must be converted to velocities to be used by the EKF2 module, but this is not trivial: Different rovers can have different wheel configurations and different number and placement of encoders.
Describe your preferred solution
A new module should be created which handles different rover configurations, and is easily extensible so that it can be easily updated to handle new configurations.
The text was updated successfully, but these errors were encountered: