Skip to content

Issue when running setup_rover.sh and mini.launch.py in Docker environment #50

@mabasith

Description

@mabasith

Description:
When I am using setup_rover.sh in the Docker environment, I encounter the following error (see attached picture).
Screenshot from 2024-12-10 16-52-20

Additionally, when running mini.launch.py, I receive the error:
Did not receive any data from the robot or the data is stale.
Screenshot from 2024-12-10 16-43-05

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions