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...
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-08-13 20:21:43 -0500
Seen: 1,458 times
Last updated: Aug 13 '13