still not able to move to jazzy
This commit is contained in:
@@ -8,10 +8,11 @@ ARG USERNAME=user
|
||||
|
||||
WORKDIR /workspaces
|
||||
|
||||
RUN groupadd --gid $USER_GID $USERNAME \
|
||||
&& useradd --uid $USER_UID --gid $USER_GID -m $USERNAME \
|
||||
&& mkdir -p -m 0700 /run/user/"${USER_UID}" \
|
||||
&& mkdir -p -m 0700 /run/user/"${USER_UID}"/gdm \
|
||||
# Create the user with the given UID and GID
|
||||
RUN groupadd --gid $USER_GID $USERNAME
|
||||
RUN useradd --uid $USER_UID --gid $USER_GID -m $USERNAME
|
||||
RUN mkdir -p -m 0700 /run/user/"${USER_UID}"
|
||||
RUN mkdir -p -m 0700 /run/user/"${USER_UID}"/gdm \
|
||||
&& chown user:user /run/user/"${USER_UID}" \
|
||||
&& chown user:user /workspaces \
|
||||
&& chown user:user /run/user/"${USER_UID}"/gdm
|
||||
|
||||
@@ -28,7 +28,7 @@ endif()
|
||||
|
||||
# Install launch files.
|
||||
install(DIRECTORY
|
||||
launch robots end_effectors meshes rviz
|
||||
launch robots end_effectors meshes rviz urdfs
|
||||
DESTINATION share/${PROJECT_NAME}/
|
||||
)
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="multi_arm">
|
||||
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="moonshot_panda">
|
||||
|
||||
<xacro:include filename="$(find moonshot_franka_description)/robots/common/franka_robot.xacro"/>
|
||||
|
||||
|
||||
@@ -11,4 +11,4 @@ sudo docker run -u $(id -u) \
|
||||
-v $(pwd):/workspaces/src/moonshot_franka_description \
|
||||
-w /workspaces/src/moonshot_franka_description \
|
||||
urdf_creation \
|
||||
.docker/create_urdf.entrypoint.sh $*
|
||||
.docker/create_urdf.entrypoint.sh moonshot_panda --robot-ee franka_hand
|
||||
|
||||
@@ -13,4 +13,4 @@ sudo docker run -it -u $(id -u) \
|
||||
-v $(pwd):/workspaces/src/moonshot_franka_description \
|
||||
-w /workspaces/src/moonshot_franka_description \
|
||||
urdf_creation \
|
||||
.docker/visualize_franka.entrypoint.sh $*
|
||||
.docker/visualize_franka.entrypoint.sh arm_id:=moonshot_panda
|
||||
Reference in New Issue
Block a user