From d0eb65f6d16d80302f7f115b084433d9271a13b0 Mon Sep 17 00:00:00 2001 From: qlin960618 Date: Mon, 24 Feb 2025 20:19:04 +0900 Subject: [PATCH] minor update and bug fix to description --- .../moonshot_panda/moonshot_panda.urdf.xacro | 28 ++++++++++++++++--- scripts/visualize_franka.sh | 2 ++ 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/robots/moonshot_panda/moonshot_panda.urdf.xacro b/robots/moonshot_panda/moonshot_panda.urdf.xacro index d98255b..bd69300 100644 --- a/robots/moonshot_panda/moonshot_panda.urdf.xacro +++ b/robots/moonshot_panda/moonshot_panda.urdf.xacro @@ -61,16 +61,36 @@ - + - + - + - + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/visualize_franka.sh b/scripts/visualize_franka.sh index 373a8db..15c5a64 100755 --- a/scripts/visualize_franka.sh +++ b/scripts/visualize_franka.sh @@ -9,6 +9,8 @@ echo sudo docker run -it -u $(id -u) \ --privileged \ + --network host \ + --env="QT_X11_NO_MITSHM=1" \ -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=${DISPLAY} \ -v $(pwd):/workspaces/src/moonshot_franka_description \ -w /workspaces/src/moonshot_franka_description \