Skip to content

Commit d538669

Browse files
committed
Update deps
1 parent 51dcf9c commit d538669

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/RADI/Dockerfile.dependencies_humble

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@ RUN git clone https://github.com/IFRA-Cranfield/IFRA_LinkAttacher.git
301301
RUN git clone https://github.com/IFRA-Cranfield/IFRA_ObjectPose.git
302302
RUN git clone https://github.com/IFRA-Cranfield/IFRA_LinkPose.git
303303
RUN git clone https://github.com/IFRA-Cranfield/ros2_RobotiqGripper.git
304-
RUN git clone https://github.com/IFRA-Cranfield/ros2_SimRealRobotControl
304+
# Forked needed in order to read the parameters from main launcher
305+
RUN git clone https://github.com/javizqh/ros2_SimRealRobotControl
305306
RUN sudo cp /home/industrial_ws/src/ros2_SimRealRobotControl/include/move_group_interface_improved.h /opt/ros/humble/include/moveit/move_group_interface/move_group_interface_improved.h
306307
WORKDIR /home/industrial_ws
307308
RUN . /opt/ros/$ROS_DISTRO/setup.sh && \

scripts/RADI/Dockerfile.humble

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ RUN git clone --depth 1 https://github.com/JdeRobot/RoboticsAcademy.git -b $ROBO
3333
# Compiling and sourcing the workspace
3434
WORKDIR /home/ws
3535
RUN /bin/bash -c "source /home/drones_ws/install/setup.bash"
36+
RUN /bin/bash -c "source /home/industrial_ws/install/setup.bash"
3637
RUN /bin/bash -c "source /opt/ros/humble/setup.bash; colcon build --symlink-install"
3738

3839
# Compress commons

0 commit comments

Comments
 (0)