Items with no label
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3338 Discussions

How to use a different motor driver besides Arduino?

BLunc
Novice
1,745 Views

I've already been playing with my robot that is using a RoboClaw motor controller (with ROS). It works well.

Now I'm looking to use it with the Euclid (just ordered, not here yet).

I found a pdf "arduino_motors_control.pdf" that has Arduino sketch code I can port to create a node on the Euclid for my motor driver.

That part is pretty straight forward. I'd like to know what else is needed to get the Euclid to use my node.

0 Kudos
1 Solution
Tsahi_M_Intel
Employee
850 Views

Hi Bruce,

you can add your driver to the ROS catkin workspace and compile it like in any other ROS device.

inorder to add it to the eculid web interface, please follow our guide from the http://www.euclidcommunity.intel.com/ Euclid community to register new node.

Regards,

Tsahi.

Intel Euclid Development Team

View solution in original post

0 Kudos
2 Replies
Tsahi_M_Intel
Employee
851 Views

Hi Bruce,

you can add your driver to the ROS catkin workspace and compile it like in any other ROS device.

inorder to add it to the eculid web interface, please follow our guide from the http://www.euclidcommunity.intel.com/ Euclid community to register new node.

Regards,

Tsahi.

Intel Euclid Development Team

0 Kudos
BLunc
Novice
850 Views

Thanks for the reply.

To add a little more detail for reference, the document "Introduction to Euclid" on the community site describes details on creating a package and everything to install it on the web UI. Good read.

That makes understanding the existing Arduino motor control node easier and helps with creating my own driver.

Reply