pantor / ros-control-center

A web-based control center for ROS robots.
https://pantor.github.io/ros-control-center
BSD 3-Clause "New" or "Revised" License
271 stars 71 forks source link

does it works locally...? #28

Closed nageshpindi closed 3 years ago

nageshpindi commented 5 years ago

The ROS Control Center works from the browser, so it should connect easily in principle.

Are there any errors in the console output? doesn't it works without browser....? It is working fine with browser. But its not working locally. I need clarification for that. Can u give me reply as soon as possible.

johnflux commented 4 years ago

https:// to ws:// is disallowed by default on firefox.

Go to firefox's about:config and toggling network.websocket.allowInsecureFromHTTPS to true

https://stackoverflow.com/questions/11768221/firefox-websocket-security-issue/12042843#12042843