Skip to content

Commit 09a5b45

Browse files
i
1 parent a126a3e commit 09a5b45

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docker/Dockerfile.robots

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
ARG ROS_DISTRO=humble
2-
ARG CRISP_CONTROLLERS_VERSION=1.1.0
32

43
FROM osrf/ros:${ROS_DISTRO}-desktop AS base
54

@@ -122,7 +121,7 @@ RUN git clone https://github.com/ICube-Robotics/iiwa_ros2.git src/iiwa_ros2 \
122121

123122
FROM franka AS franka-overlay
124123

125-
ARG CRISP_CONTROLLERS_VERSION=1.0.0
124+
ARG CRISP_CONTROLLERS_VERSION=1.1.0
126125

127126
COPY . src/crisp_controllers_demos
128127

@@ -140,7 +139,7 @@ RUN source /opt/ros/$ROS_DISTRO/setup.bash \
140139

141140
FROM kinova AS kinova-overlay
142141

143-
ARG CRISP_CONTROLLERS_VERSION=1.0.0
142+
ARG CRISP_CONTROLLERS_VERSION=1.1.0
144143

145144
COPY . src/crisp_controllers_demos
146145

0 commit comments

Comments
 (0)