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

Revision history [back]

I don't have experience with rosserial. What we did in several projects was to use rosbridge. See the documentation on the ROS wiki.

It uses a JSON based protocol and you can subscribe and publish to it from basically anything. We've done this with Matlab (before rosmatlab was out there), LabView, a PLC, ...