-
Notifications
You must be signed in to change notification settings - Fork 98
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
Support for SimpleFOC / I2C commander? #11
Comments
Also noting this exists: https://github.com/Factor-Robotics/odrive_ros2_control which might be a more mainstream way of supporting BLDC motors |
Hey @samuk . Thanks for the proposed PR. PRs are always welcome. You could take a look at how drivers are abstracted here: https://github.com/linorobot/linorobot2_hardware/blob/master/firmware/lib/motor/motor_interface.h and how to make a new macro for your driver https://github.com/linorobot/linorobot2_hardware/blob/master/firmware/lib/motor/motor_interface.h . Looking forward |
Using the code here: https://github.com/samuk/linorobot2_hardware I'm getting these errors https://pastebin.com/aSwiMDed |
Even when compiling for teensy41 (rather than esp32) I get this error. To replicate
|
I think this is a conflict between SimpleFOC code and Linorobot2 code. I'm not sure it's resolvable. |
Some suggestions: |
Hi I'm interested in running I2C commander which communicates with SimpleFOC driver boards.
Code something like this would need to be added to your firmware. If I figure it out would you accept a pull request? Or is it a bit niche to be included?
There are a number of drivers that support it, from low to high power
The text was updated successfully, but these errors were encountered: