How can i interface ros with FPGA kit?
i want to control my multi-link arm(it is based on fpga)using ros....Is it possible?how?
Thanks in advance...
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
i want to control my multi-link arm(it is based on fpga)using ros....Is it possible?how?
Thanks in advance...
How do you currently communicate with the FPGA? Do you have another computer running ROS that you want to communicate with the FPGA? Or do you want to run ROS itself on the FPGA?
One idea would be to have a PC running ROS, that communicates with the FPGA. Then you write a ROS node on the PC (either in python or C++) that subscribes to some topic to receive commands for the robot, and then sends those commands to the FPGA using whatever protocol it has. And then gets feedback data back from the FPGA and publishes it on another topic.
Asked: 2013-08-13 20:21:43 -0500
Seen: 1,715 times
Last updated: Aug 13 '13