Skip to content

Commit

Permalink
Fix Hello MoveIt copy in Dockerfile (moveit#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarqRazz authored and sjahr committed Oct 26, 2023
1 parent 48cff84 commit cfb60fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN . "/opt/ros/${ROS_DISTRO}/setup.sh" &&\

# Remove the hello_world tutorial cpp file and replace it with the planning_around_objects file
RUN rm src/hello_moveit/src/hello_moveit.cpp
COPY ./doc/tutorials/planning_around_objects/hello_moveit_kinova.cpp src/hello_moveit/src/hello_moveit.cpp
COPY ./doc/tutorials/planning_around_objects/hello_moveit.cpp src/hello_moveit/src/hello_moveit.cpp

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

Expand Down

0 comments on commit cfb60fd

Please sign in to comment.