Skip to content

Commit

Permalink
take settings from ENV variables
Browse files Browse the repository at this point in the history
copied from Manuel's work, yoink! thanks
  • Loading branch information
joonas-fi authored Apr 7, 2022
1 parent 4c56266 commit 29299da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ RUN /packaging/build.sh

FROM ghcr.io/tiiuae/fog-ros-baseimage:sha-7857f7d

ENTRYPOINT exec ros-with-env ros2 launch mocap_pose mocap_pose.launch
ENTRYPOINT exec ros-with-env ros2 launch mocap_pose mocap_pose.launch \
address:=$INDOOR_SERVER_IP_ADDRESS \
lat:=$INDOOR_ORIGO_LATITUDE \
lon:=$INDOOR_ORIGO_LONGITUDE \
alt:=$INDOOR_ORIGO_ALTITUDE

COPY --from=builder /main_ws/ros-*-mocap-pose_*_amd64.deb /mocap-pose.deb

Expand Down

0 comments on commit 29299da

Please sign in to comment.