Fleet connection URL formats (web UI vs rosbridge)

Correct URLs/ports for the web UI vs rosbridge websocket connections.

Use the correct protocol + port:

  • Web UI: http://<jetson-ip>:3000
  • Fleet connection string (rosbridge websocket): ws://<jetson-ip>:9090

Avoid https:// unless you have manually set up SSL certificates.

Did this answer your question?
😞
😐
🤩