Skip to content

Commit

Permalink
Fix the nav2_demo build (issue #198)
Browse files Browse the repository at this point in the history
  • Loading branch information
eholum committed Oct 22, 2024
1 parent 45fd06c commit 207036c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nav2_demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ LABEL org.label-schema.vcs-ref=${VCS_REF}
ARG DEBIAN_FRONTEND=noninteractive

# Define workspace locations
ENV NAVIGATION2_WS=${HOME_DIR}/nav2_ws
ENV NAV2_DEPS_WS=${HOME_DIR}/nav2_deps_ws
ENV NAVIGATION2_WS=${HOME}/nav2_ws
ENV NAV2_DEPS_WS=${HOME}/nav2_deps_ws

# Setup mars_rover demo
# Install map file for localization
Expand Down

0 comments on commit 207036c

Please sign in to comment.