Hello, we followed instructions of Demo 2 - Web Teleop on Stretch 3.
After launch_interface.sh output is as expected, but neither localhost either remote operator in the same network are not launching the application, there is just continuously spinning wheel “Loading…”.
we right-click on the webpage and click Inspect and share what is being outputted in the console and this is what the console showed:
then we run the interface launch commands manually and collected logs like the page Web Teleop demo gets stuck loading did.
ros2 launch stretch_web_teleop web_interface.launch.py >> log.txt
log.txt (16.9 KB)
the log shows that there’s something wrong with the realsense2 camera
but when we tried the tutorial Perception - Stretch Docs to test the camera, the terminal shows Stereo is not supported:
the web_teleop worked well a month ago, how to fix that? thanks!

