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

Investigate potential benefits of making interaction components more modular #90

Open
heuristicus opened this issue Oct 17, 2022 · 0 comments

Comments

@heuristicus
Copy link
Owner

Currently the driver is two massive classes with various functions, and it's not clear how different components relate to each other (if at all). I think it would be a good idea to see if it would work to break interactions out into their own classes, potentially as subclasses of some base abstract class which provides some universally required objects (e.g. the robot connection).

There might be potential benefit in this of being able to run these components in their own thread and thereby increasing the potential data throughput of odometry and other messages, which right now feels like it might be bottlenecked by having a single main loop.

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

No branches or pull requests

1 participant