Skip to content

Commit

Permalink
fix: add missing links to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChandimaFernando committed Mar 21, 2024
1 parent cbc2cb6 commit 81b5f10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ur-hande-control/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ WORKDIR /root/ws/src

RUN git clone https://github.com/PickNikRobotics/serial-release.git -b release/humble/serial
RUN git clone https://github.com/PickNikRobotics/ros2_robotiq_gripper.git -b cmake-external-project-serial
# RUN git clone https://github.com/ChandimaFernando/erobs.git -b humble_hande_control
RUN git clone https://github.com/ChandimaFernando/erobs.git -b humble_hande_control

WORKDIR /root/ws/

RUN /bin/bash -c "source /opt/ros/${ROS_DISTRO}/setup.bash && \
colcon build --symlink-install --packages-select pdf_beamtime_interfaces serial robotiq_driver"
colcon build --symlink-install --packages-select pdf_beamtime_interfaces serial robotiq_driver gripper_service"

CMD [ "/bin/bash" ]
# CMD ["/bin/sh", "-c", ". /opt/ros/${ROS_DISTRO}/setup.sh && . /root/ws/install/setup.sh && ros2 run robotiq_driver gripper_service"]
4 changes: 4 additions & 0 deletions src/gripper_service/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<license>Apache-2.0</license>

<buildtool_depend>ament_cmake</buildtool_depend>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
<buildtool_depend>pdf_beamtime_interfaces</buildtool_depend>
<buildtool_depend>robotiq_driver</buildtool_depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down

0 comments on commit 81b5f10

Please sign in to comment.