Skip to content

Commit 93675a1

Browse files
authored
Fix bad file copy in Dockerfile (#739)
1 parent 35048cb commit 93675a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN . "/opt/ros/${ROS_DISTRO}/setup.sh" &&\
3232

3333
# Remove the hello_world tutorial cpp file and replace it with the planning_around_objects file
3434
RUN rm src/hello_moveit/src/hello_moveit.cpp
35-
COPY ./doc/tutorials/planning_around_objects/hello_moveit.cpp src/hello_moveit/src/hello_moveit.cpp
35+
COPY ./doc/tutorials/planning_around_objects/hello_moveit_kinova.cpp src/hello_moveit/src/hello_moveit.cpp
3636

3737
######################### Pick and Place (MTC) Image #########################################
3838

0 commit comments

Comments
 (0)