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

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
manglemix committed Sep 25, 2023
1 parent 859f7b4 commit ecf762a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lunadev/luna.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN apt-get install -y x11vnc socat xvfb
RUN git config --global pull.rebase false

# Install Localization algorithm
RUN apt-get install ros-<ros2-distro>-robot-localization
RUN apt-get install ros-humble-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 ecf762a

Please sign in to comment.