Change exec_depend to run_depend#250
Conversation
Signed-off-by: Yadunund <yadunund@openrobotics.org>
|
This seems like a simple enough PR - do we know why the CI is failing? |
@bsb808 All CI checks appear to be failing, starting sometime yesterday. I don't see any info on why - trying to troubleshoot but this one might be above my paygrade. |
j-herman
left a comment
There was a problem hiding this comment.
Need to merge these changes despite failing checks - master branch currently can't be built and is failing CI as well. If this does not resolve the issue we may need to investigate further.
|
CI is failing on Looking at the list of closed PRs, the earliest one merged with failing CI is #239. Then #240. Then #242. It's Saturday for Yadu, so I suggest we merge this and not wait for him. |
|
Unfortunately, this PR might not fix it. That's consistent with this PR failing CI. #240 was also failing at the same place. So #239 needs another fix. The easiest in the short term is to revert #239 and see if CI passes. Then at least we won't miss further regressions by merging further PRs with failing CI check. |
|
@mabelzhang I noticed the same thing but at least with this PR I'm able to build the main repo. Haven't found the specific issue yet in #239 - distracted by other tasking today. |
|
2 package are being added. rospack shows I have one, but not the other: I think I have the latest dockwater, and I see both had been added to dockwater here HonuRobotics/dockwater#21 Can someone else reproduce this? I have |
|
Reading #239 again, the errors mention both chomp and ompl. Maybe we just need to replace with |
|
I can confirm the same results with trying to find moveit_planners, but functionally, the planners are working for me. I have ros-noetic-moveit-planners installed in dockwater, and MoveIt is working fine on the demos. On the plus side, it looks like my quick fix is not failing CI, so while I don't know why it works, there's a good chance it will do what we need for today. |
|
They could be working at runtime because there is already a So the new might just be not doing anything, and since it's at runtime, we don't know that it didn't find it. That's a guess. |
|
#251 fixes CI |
|
#253 too 🤷♀️ |
PR #239 moved a couple exec dependencies from
dave_nodespkg intorexrov_oberon7_moveit. However, the former'spackage.xmlisv3.1.1which supportsexec_dependwhile the latter is still onv0.3.0which does not.Fix #248
Signed-off-by: Yadunund yadunund@openrobotics.org