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

Custom CAN driver, upgraded MI motor support, thread shutdown fix, and support for BRITER encoders #9

Merged
merged 21 commits into from
Aug 12, 2024

Conversation

nice-mee
Copy link
Member

This PR adds the following features/fixes:

  • Implement a custom CAN driver that supports multiple CAN filters, sockcanpp is now removed from project dependencies.
  • Upgraded MI motor support, now meta_hardware supports all the operating modes of MI motors.
  • Thread shutdown fixes to DJI and MI motor drivers. The current implementation is based on std::jthread and std::stop_token from C++ 20.
  • Add support to BRITER encoders, this encoder can be combined with any motors without absolute zero to achieve absolute zero.

@nice-mee
Copy link
Member Author

Since sockcanpp is no longer a part of project dependency, it's safe to assume that CMake > 2.23 is no longer required. Removing CMake upgrade from workflow

@nice-mee nice-mee merged commit dc8e1b6 into master Aug 12, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

1 participant