Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Motion Control - Replace platform engine callbacks by odometry and drive controller interfaces #178

Open
mlecriva opened this issue Nov 26, 2024 · 0 comments

Comments

@mlecriva
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant