We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a126a3e commit 09a5b45Copy full SHA for 09a5b45
1 file changed
docker/Dockerfile.robots
@@ -1,5 +1,4 @@
1
ARG ROS_DISTRO=humble
2
-ARG CRISP_CONTROLLERS_VERSION=1.1.0
3
4
FROM osrf/ros:${ROS_DISTRO}-desktop AS base
5
@@ -122,7 +121,7 @@ RUN git clone https://github.com/ICube-Robotics/iiwa_ros2.git src/iiwa_ros2 \
122
121
123
FROM franka AS franka-overlay
124
125
-ARG CRISP_CONTROLLERS_VERSION=1.0.0
+ARG CRISP_CONTROLLERS_VERSION=1.1.0
126
127
COPY . src/crisp_controllers_demos
128
@@ -140,7 +139,7 @@ RUN source /opt/ros/$ROS_DISTRO/setup.bash \
140
139
141
FROM kinova AS kinova-overlay
142
143
144
145
146
0 commit comments