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 b7527fe commit 166e0e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ RUN echo $TZ > /etc/timezone && \
USER $USERNAME
WORKDIR /home/$USERNAME

COPY /home/$USERNAME/mugimaru-docker/gnss_driver_ws/ /home/$USERNAME/gnss_driver_ws/
COPY setup.sh /home/$USERNAME/
# RUN . /home/$USERNAME/setup.sh
RUN . /home/$USERNAME/setup.sh

CMD ["/bin/bash"]
8 changes: 6 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,9 @@ 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/*
./install_packages.bash
rosdep install -i -y -r --from-path ~/mugimaru-docker/ros2_ws/src/*
rosdep install -i -y -r --from-path ~/mugimaru-docker/ws_livox/src/*
rosdep install -i -y -r --from-path ~/mugimaru-docker/nav2_ws/src/*
rosdep install -i -y -r --from-path ~/mugimaru-docker/gnss_driver_ws/src/*
rm -rf mugimaru-docker

0 comments on commit 166e0e6

Please sign in to comment.