Enter your ROSBridge IP and port to continue:
Linux: hostname -I | awk '{print $1}'
Windows: $ip = (Get-NetIPAddress -AddressFamily IPv4 | Where-Object { $_.InterfaceAlias -like "*Ethernet*" -or $_.InterfaceAlias -like "*Wi-Fi*" }).IPAddress
$ip[0]
Welcome! Here’s how to use the web control dashboard:
ros2 launch rosbridge_server rosbridge_websocket_launch.xml