Skip to content

Commit

Permalink
Merge commit '5b20bc25083448d8d1be116b1a6a0ce6dc531e49'
Browse files Browse the repository at this point in the history
  • Loading branch information
jyjblrd committed May 2, 2024
2 parents ba9774c + 5b20bc2 commit 5f3ec7f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 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 @@ -31,10 +32,13 @@ RUN sudo apt install -y ros-humble-cv-bridge
# install interactive_markers
RUN sudo apt install -y ros-humble-interactive-markers

# install image_transport
RUN sudo apt install -y ros-humble-image-transport

# Build part II project
RUN apt-get update && yes | apt-get install libboost-all-dev
RUN cd /opt/root_ws \
&& . ros_entrypoint.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 5f3ec7f

Please sign in to comment.