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

Started with ROSSerial but ran into problems as this was not designed for 32-bit systems.

Solution was to communicate using Python sockets: http://www.binarytides.com/python-socket-programming-tutorial/

Started with ROSSerial but ran into problems as this was not designed for 32-bit systems.

Solution was to communicate using Python sockets: http://www.binarytides.com/python-socket-programming-tutorial/

The embedded device was setup as a server, and the ROS machine connects as a client to send commands to the embedded device.