ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

How can i interface ros with FPGA kit?

asked 2013-08-13 20:21:43 -0500

pavanpatel gravatar image

i want to control my multi-link arm(it is based on fpga)using ros....Is it possible?how?

Thanks in advance...

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-10-04 15:16:27 -0500

davr gravatar image

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.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2013-08-13 20:21:43 -0500

Seen: 1,628 times

Last updated: Aug 13 '13