robot connection
i've got a robot system for which a socket connection can be used to communicate. What is the best place to start with an example to construct the ros node?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
i've got a robot system for which a socket connection can be used to communicate. What is the best place to start with an example to construct the ros node?
The best place to start is the ROS tutorials: http://www.ros.org/wiki/ROS/Tutorials. You'll have to write a piece of code that reads/writes the socket, and publishes/subscribes to ROS topics.
Asked: 2011-03-23 03:51:13 -0600
Seen: 812 times
Last updated: Mar 23 '11
Rosbridge 2.0 with raw sockets
Do interprocess nodelet communication perform any kind of TCP external communication?
Sending data from ROS to server-socket
How implement a multi-threaded ROS node with callbacks not being subscribers?
UDP socket (publishing to topic)
Python socket connection seemingly dropping when using rospy
Unknown error initiating TCP/IP socket
network pub/sub or messaging example, or documentation?