-
Notifications
You must be signed in to change notification settings - Fork 727
Description
Description
e.g. https://github.com/moveit/moveit2/actions/runs/11748057912/job/32731324687
May be related to PickNikRobotics/ros2_robotiq_gripper#60
The fix there seemed to be that a user was trying to build for one version of ros, but was pulling in a different version of robotiq_driver, leading to errors due to the interface changing.
I'm a little confused as to why this is an issue on the tutorial workflows, since it looks like all of them use the main version of robotiq_driver, and the tests in question are internal to that repo, so I'd expect both the source and test code of robotiq_driver to be in sync.
Is it possible that the tutorial workflows are installing two separate versions of robotiq_driver, and the tests are running against a different version of the source?
ROS Distro
Iron (moveit2 tutorials workflow)
OS and version
Github Workflows
Source or binary build?
Source (via moveit2 tutorials workflow)
If binary, which release version?
N/A
If source, which branch?
All (as far as I can tell)
Which RMW are you using?
None
Steps to Reproduce
Raise a pull request in this repo and wait for the workflow to fail
Expected behavior
When making moveit changes, these tests should pass
Actual behavior
When making any changes, the pipeline consistently fails for reasons unrelated to a PR
Backtrace or Console output
No response