Simple roslib Example

Run the following commands in the terminal then refresh this page. Check the JavaScript console for the output.

  1. roscore
  2. rostopic pub /listener std_msgs/String "Hello, World"
  3. rostopic echo /cmd_vel
  4. rosrun rospy_tutorials add_two_ints_server
  5. roslaunch rosbridge_server rosbridge_websocket.launch

Connecting to rosbridge...