Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
makotoyoshigoe committed Nov 22, 2024
1 parent 46024eb commit 20b239e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN echo $TZ > /etc/timezone && \
USER $USERNAME
WORKDIR /home/$USERNAME

COPY gnss_driver_ws $HOME/
COPY setup.sh /home/$USERNAME/
RUN . /home/$USERNAME/setup.sh

Expand Down
3 changes: 3 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ echo "source ~/.setup.bash" >> $HOME/.bashrc

sudo apt update
sudo apt install -y ros-humble-nav2-* rtklib

cd ~/gnss_driver_ws
rosdep install -i -r --from-path src/*

0 comments on commit 20b239e

Please sign in to comment.