Problems with connecting to rosbridge in Developing Web Interfaces for ROS Robots course

There is 1 issue I’m facing with the course “Developing Web Interfaces for ROS Robots”. I’m not able to connect to rosbridge server. I try both by using the rosbridge_address, that I get from the terminal, and the form ‘ws://LOCAL_IP_ADDRESS_HERE:9090’. None of these 2 methods works for me. I can provide more detailed information if needed. Any help would be highly appreciated. Thank you in advance!

Hello @robo-del,

We had a similar issue in another question. It may be related to the way you are launching the rosbridge_server

Could you try to launch it using the command below:

roslaunch course_web_dev_ros web.launch

Please, let me know if that works for you

Regards