docker run -it --net=host --env="DISPLAY=$DISPLAY" --env="QT_X11_NO_MITSHM=1" --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" --volume="$HOME/.Xauthority:/root/.Xauthority:rw" --env="XAUTHORITY=/root/.Xauthority" ghcr.io/duatic/duatic_docker_image
To start the robot with mocked hardware, run:
ros2 launch dynaarm_single_example mock.launch.py
To start the robot with real hardware, run:
ros2 launch dynaarm_single_example real.launch.py ethercat_bus:=YOUR INTERFACE NAME HER