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
Replace platform engine callbacks in order to make this engine more generic.
By replacing old callback by odometry and drive controller interfaces we can use polymorphism in order to use any kind of odometer and drive controller with the same engine.
For example, the engine will work the same with Differential Drive controller or Ackermann Drive controller.
The text was updated successfully, but these errors were encountered:
Replace platform engine callbacks in order to make this engine more generic.
By replacing old callback by odometry and drive controller interfaces we can use polymorphism in order to use any kind of odometer and drive controller with the same engine.
For example, the engine will work the same with Differential Drive controller or Ackermann Drive controller.
The text was updated successfully, but these errors were encountered: