Description:
When I am using setup_rover.sh in the Docker environment, I encounter the following error (see attached picture).

Additionally, when running mini.launch.py, I receive the error:
Did not receive any data from the robot or the data is stale.

Steps to Reproduce:
Set up the Docker environment.
docker run --name test -it -d --privileged --net=host -v /etc/systemd:/etc/systemd -v /dev:/dev --device=/dev/bus/usb:/dev/bus/usb -v /tmp/.X11-unix:/tmp/.X11-unix -v /etc/udev:/etc/udev --env="XDG_RUNTIME_DIR" --device-cgroup-rule='c 189:* rmw' --device-cgroup-rule='c 81:* rmw' -e DISPLAY=$DISPLAY ros:humble-perception
Run the setup_rover.sh script.
Attempt to run mini.launch.py.
Encounter the error message.
How can we install and run Rover mini properly from the Docker container without encountering this error?