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

Revision history [back]

click to hide/show revision 1
initial version

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.