Skip to content

Commit

Permalink
Updated aerostack path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanw17 committed Nov 9, 2023
1 parent c49eb50 commit 1b6164e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/mini_RADI/Dockerfile.dependencies_humble
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ RUN git clone -b v2.4.1 https://github.com/eProsima/Micro-XRCE-DDS-Agent.git /tm

# Create workspace and add drone packages
RUN mkdir -p /home/drones_ws/src/
RUN git clone https://github.com/pawanw17/aerostack2.git -b pawan/jde_aerostack /home/drones_ws/src/aerostack2
RUN git clone https://github.com/JdeRobot/aerostack2.git /home/drones_ws/src/aerostack2
RUN git clone https://github.com/pawanw17/as2_platform_pixhawk.git /home/drones_ws/src/aerostack2/as2_platform_pixhawk
RUN git clone https://github.com/pawanw17/px4_msgs.git /home/drones_ws/src/px4_msgs
RUN git clone https://github.com/pawanw17/px4_ros_com.git /home/drones_ws/src/px4_ros_com
Expand All @@ -195,4 +195,4 @@ RUN /bin/bash -c "source /opt/ros/humble/setup.bash; colcon build --symlink-inst
COPY install-ompl-ubuntu.sh /
WORKDIR /
RUN chmod u+x install-ompl-ubuntu.sh
RUN ./install-ompl-ubuntu.sh --python
RUN ./install-ompl-ubuntu.sh --python

0 comments on commit 1b6164e

Please sign in to comment.