Skip to content

Commit 28640ac

Browse files
committed
Final deps
1 parent d538669 commit 28640ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/RADI/Dockerfile.dependencies_humble

+3-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ RUN add-apt-repository ppa:openrobotics/gazebo11-gz-cli
6262
RUN apt-get update && apt-get install -y \
6363
gazebo11 \
6464
ros-humble-gazebo-ros-pkgs \
65-
ros-humble-gazebo-ros2-control \
6665
gstreamer1.0-plugins-bad \
6766
gstreamer1.0-plugins-good \
6867
gstreamer1.0-plugins-ugly \
@@ -297,6 +296,8 @@ RUN . /opt/ros/$ROS_DISTRO/setup.sh && rosdep update
297296
RUN vcs import < abb_ros2/abb.repos
298297
RUN . /opt/ros/$ROS_DISTRO/setup.sh && rosdep install -r --from-paths . --ignore-src --rosdistro $ROS_DISTRO -y
299298
WORKDIR /home/industrial_ws/src
299+
RUN git clone https://github.com/ros-controls/gazebo_ros2_control.git
300+
RUN cd gazebo_ros2_control && git reset --hard 9a3736c # Commit for the 0.4.6 version!
300301
RUN git clone https://github.com/IFRA-Cranfield/IFRA_LinkAttacher.git
301302
RUN git clone https://github.com/IFRA-Cranfield/IFRA_ObjectPose.git
302303
RUN git clone https://github.com/IFRA-Cranfield/IFRA_LinkPose.git
@@ -314,6 +315,7 @@ RUN echo "source /opt/ros/$ROS_DISTRO/setup.bash" >> ~/.bashrc
314315
RUN echo 'export AEROSTACK2_PATH=/home/drones_ws/src/aerostack2' >> ~/.bashrc
315316
RUN echo 'source $AEROSTACK2_PATH/as2_cli/setup_env.bash' >> ~/.bashrc
316317
RUN echo "source /home/drones_ws/install/setup.bash" >> ~/.bashrc
318+
RUN echo "source /home/industrial_ws/install/setup.bash" >> ~/.bashrc
317319

318320
# Download and install OMPL library
319321
COPY install-ompl-ubuntu.sh /

0 commit comments

Comments
 (0)