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

Revision history [back]

Looks like the documentation on the Wiki is for Groovy. Try this instead for Fuerte:

$ roslaunch rosbridge_launch full.launch

This launch file also launches a web server (roswww) so you can test rosbridge in your web browser on port 8000. (You will probably see a warning when running the full.launch file that permission is denied for running the webserver on port 80 so it runs it on port 8000 instead.)

--patrick