Update to parallel_gripper_controller#324
Conversation
Sounds like this actually needs more work before we can merge it. There are CI checks against humble and I assume the MoveIt tutorials in Humble also use this so we need to add branches for specific distros to this repo. @smoya23 are you maintaining this repo for Kinova? Can you make these changes? |
Repo needs to support multiple distros.
|
There does already seem to be a Maybe it's a combination of updating the CI rules here to do the humble jobs only on that branch, plus updating the moveit tutorials to use the appropriate |
|
I have justed created a jazzy branch based on the main branch with separate CI workflow: https://github.com/Kinovarobotics/ros2_kortex/tree/jazzy @sea-bass, can you please open a pull request on the jazzy branch? |
Done! Just changed the base branch in this PR. The ROS 2 lint checks are failing because of outdated keys it seems: https://discourse.openrobotics.org/t/ros-signing-key-migration-guide/43937 -- or actually, it may be solved by #299? The Rolling checks failing because of deprecations solved in #309 |
|
@sea-bass ROS2 lint should be good now |
Equivalent to PickNikRobotics/ros2_robotiq_gripper#103 on the gripper side.
This only works for Jazzy and newer btw.
Closes #294