Skip to content

Commit

Permalink
Install SPACEROS
Browse files Browse the repository at this point in the history
Signed-off-by: Gianpaolo Macario <[email protected]>
  • Loading branch information
gmacario committed Sep 10, 2024
1 parent 24600d2 commit b16135f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions freisa_on_mars/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,13 @@ WORKDIR ${DEMO_DIR}
COPY --chown=${USERNAME}:${USERNAME} demo_manual_pkgs.repos /tmp/
RUN vcs import src < /tmp/demo_manual_pkgs.repos && /bin/bash -c 'source "${SPACEROS_DIR}/install/setup.bash"'

# RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
# --mount=type=cache,target=/var/lib/apt,sharing=locked \
# sudo apt-get update -y \
# && /bin/bash -c 'source "${SPACEROS_DIR}/install/setup.bash"' \
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
sudo apt-get update -y \
&& /bin/bash -c 'source "${SPACEROS_DIR}/install/setup.bash"' \
&& rosdep install --from-paths src --ignore-src -r -y --rosdistro ${ROSDISTRO}

# && /bin/bash -c 'source "${MOVEIT2_DIR}/install/setup.bash"' \
# && rosdep install --from-paths src --ignore-src -r -y --rosdistro ${ROSDISTRO}

# # Build the demo
# RUN /bin/bash -c 'source ${SPACEROS_DIR}/install/setup.bash && source ${MOVEIT2_DIR}/install/setup.bash \
Expand Down

0 comments on commit b16135f

Please sign in to comment.