Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jyjblrd committed May 2, 2024
1 parent c36f4de commit 10ac270
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ros:humble
SHELL ["/bin/bash", "-c"]

# FROM dustynv/ros:humble-pytorch-l4t-r35.3.1 # when using pytorch (image is larger though)

Expand All @@ -10,7 +11,7 @@ RUN apt-get update && apt-get install -y git vim

#WORKDIR /opt/root_ws

#RUN . /opt/ros/humble/install/setup.sh && colcon build --symlink-install --packages-select robomaster_msgs freyja_msgs state_manager lqg_control robomaster_handler sensing_msgs control waypoint_manager
#RUN source /opt/ros/humble/install/setup.sh && colcon build --symlink-install --packages-select robomaster_msgs freyja_msgs state_manager lqg_control robomaster_handler sensing_msgs control waypoint_manager

#COPY cyclone_dds_profile.xml /opt/robomaster

Expand All @@ -34,7 +35,7 @@ RUN sudo apt install -y ros-humble-interactive-markers
# Build part II project
RUN apt-get update && yes | apt-get install libboost-all-dev
RUN cd /opt/root_ws \
&& . /opt/ros/humble/install/setup.sh \
&& source /opt/ros/humble/setup.bash \
&& git clone https://github.com/jyjblrd/part_II_project \
&& cd part_II_project \
&& git config --global --add safe.directory /opt/root_ws/part_II_project \
Expand Down

0 comments on commit 10ac270

Please sign in to comment.