Update Dockerfiles and configuration for improved package management and controller settings

This commit is contained in:
Даниил Грабарь
2026-05-19 12:48:12 +10:00
parent 24bc5f3aba
commit 836b03a7ee
6 changed files with 28 additions and 9 deletions
+2 -1
View File
@@ -4,7 +4,7 @@
# ./run.sh — interactive shell
# ./run.sh ros2 launch iiwa_bringup webots_spawn.launch.py ...
IMAGE="${WEBOTS_IMAGE:-evilfisru/lwc:jazzy-webots}"
IMAGE="${WEBOTS_IMAGE:-evilfisru/lwc:webots-jazzy}"
# Allow local Docker processes to connect to the X server
xhost +local:docker > /dev/null
@@ -12,6 +12,7 @@ xhost +local:docker > /dev/null
docker run -it --rm \
--name ros-webots \
--network host \
-e USER=root \
-e DISPLAY="${DISPLAY}" \
-e QT_X11_NO_MITSHM=1 \
-e LIBGL_ALWAYS_SOFTWARE=1 \