@@ -62,7 +62,6 @@ RUN add-apt-repository ppa:openrobotics/gazebo11-gz-cli
62
62
RUN apt-get update && apt-get install -y \
63
63
gazebo11 \
64
64
ros-humble-gazebo-ros-pkgs \
65
- ros-humble-gazebo-ros2-control \
66
65
gstreamer1.0-plugins-bad \
67
66
gstreamer1.0-plugins-good \
68
67
gstreamer1.0-plugins-ugly \
@@ -297,6 +296,8 @@ RUN . /opt/ros/$ROS_DISTRO/setup.sh && rosdep update
297
296
RUN vcs import < abb_ros2/abb.repos
298
297
RUN . /opt/ros/$ROS_DISTRO/setup.sh && rosdep install -r --from-paths . --ignore-src --rosdistro $ROS_DISTRO -y
299
298
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!
300
301
RUN git clone https://github.com/IFRA-Cranfield/IFRA_LinkAttacher.git
301
302
RUN git clone https://github.com/IFRA-Cranfield/IFRA_ObjectPose.git
302
303
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
314
315
RUN echo 'export AEROSTACK2_PATH=/home/drones_ws/src/aerostack2' >> ~/.bashrc
315
316
RUN echo 'source $AEROSTACK2_PATH/as2_cli/setup_env.bash' >> ~/.bashrc
316
317
RUN echo "source /home/drones_ws/install/setup.bash" >> ~/.bashrc
318
+ RUN echo "source /home/industrial_ws/install/setup.bash" >> ~/.bashrc
317
319
318
320
# Download and install OMPL library
319
321
COPY install-ompl-ubuntu.sh /
0 commit comments