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

rosbridge_websocket.launch on fuerte

asked 2013-05-06 10:11:21 -0500

tjpalmer gravatar image

updated 2013-05-06 10:12:37 -0500

I tried following http://ros.org/wiki/roslibjs/Tutorials/BasicRosFunctionality (this tutorial), but rosbridge_websocket.launch doesn't seem to exist, at least not on fuerte.

Is there another way to get things going in fuerte?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-05-06 14:23:19 -0500

Pi Robot gravatar image

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

edit flag offensive delete link more

Comments

I've tried that out, and it works like you said (including the warning). Thanks much for the help.

tjpalmer gravatar image tjpalmer  ( 2013-05-08 05:29:55 -0500 )edit

Question Tools

Stats

Asked: 2013-05-06 10:11:21 -0500

Seen: 430 times

Last updated: May 06 '13