Closed
Description
Describe the bug
Since last week, the package ros-rolling-behaviortree-cpp
isn't available anymore. I know it was available previously and from the ROS index it looks like as if it was still available, but on apt
thinks otherwise.
How to Reproduce
Try installing ros-rolling-behaviortree-cpp
with sudo apt install ros-rolling-behaviortree-cpp
.
Activity
SteveMacenski commentedon May 28, 2025
Any update when this would be available again?
facontidavide commentedon May 29, 2025
I will need to look into this... deprecate ament function, what can go wrong?
facontidavide commentedon May 29, 2025
this is also incredibly frustrating.
I have a CI that checks that everything should be fine... https://github.com/BehaviorTree/BehaviorTree.CPP/actions/workflows/ros2-rolling.yaml
How am I even supposed to prevent this from happening?
facontidavide commentedon May 29, 2025
hope this helps
SteveMacenski commentedon May 29, 2025
I'm not entirely sure why your CI didn't pick it up, I haven't used the industrial_ci from ros industrial. I spent ~10 minutes going through it and I'm not finding anything immediately obvious to me wrong. Maybe its worth setting up the ROS build farm's
test_pull_requests
to true so that the build farm does this for you to see what it sees. You have to setup a web hook in the project's setting so the job automatically pops up in the PR github workflows UX, but that's a one-time set it and forget it thing.Darkproduct commentedon Jun 11, 2025
I just tried it and the package is again available