Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Add localization
Browse files Browse the repository at this point in the history
  • Loading branch information
manglemix committed Sep 25, 2023
1 parent a14d1ca commit 8e95c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lunadev/luna.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ RUN apt-get install -y x11vnc socat xvfb
# Configure git
RUN git config --global pull.rebase false

# Install ffmpeg
# RUN apt-get install -y ffmpeg
# Install Localization algorithm
RUN apt-get install ros-<ros2-distro>-robot-localization

COPY base_bashrc_append.sh /bashrc_append
RUN ["/bin/bash", "-c", "cat /bashrc_append >> /root/.bashrc && rm /bashrc_append"]

0 comments on commit 8e95c2d

Please sign in to comment.