-
Notifications
You must be signed in to change notification settings - Fork 356
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
Does this package support non-pololu drivers? #30
Comments
I'm sorry, but I am not the original author of this project. I'm also doing 2016-09-03 21:12 GMT+08:00 kishorekumar29 notifications@github.com:
|
@kishorekumar29 - Yes, you can certainly add support for other motor drivers if you know something about Arduino programming. Most motor drivers come with an Arduino library so first you need to install that. Then take a look at the motor_driver.ino and motor_driver.h files under ros_arduino_firmware/src/libraries/ROSArduinoBridge and you can see how the current drivers are supported. Once you add your support in those two files, you'll need to add a corresponding #define in the main file ros_arduino_firmware/src/libraries/ROSArduinoBridge/ROSArduinoBridge.ino. |
thanks 2016-09-05 8:57 GMT+08:00 pirobot notifications@github.com:
|
Just finished building a diff-drive using cheap dual L298N. and changed timer ICR1 register value from 400 to 300 Works OK, but obviously there is no current feedback |
I am using my own motor driver instead of pololu drivers.
Do this package support the drivers other than which it is developed for., in that case what are all the changes need to be done?
The text was updated successfully, but these errors were encountered: