* Humble: https://build.ros2.org/job/Hbin_uJ64__python_mrpt__ubuntu_jammy_amd64__binary/ * Jazzy: https://build.ros2.org/job/Jbin_uN64__python_mrpt__ubuntu_noble_amd64__binary/ * Rolling: https://build.ros2.org/job/Rbin_uN64__python_mrpt__ubuntu_noble_amd64__binary/ It's all due to this error: ``` 23:57:31 /tmp/binarydeb/ros-humble-python-mrpt-2.15.3/.obj-x86_64-linux-gnu/mrpt-build/src/mrpt/python/src/mrpt/system/CRateTimer.cpp:8:10: fatal error: mrpt/system/WorkerThreadsPool.h: No such file or directory 23:57:31 8 | #include <mrpt/system/WorkerThreadsPool.h> 23:57:31 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` Binary builds were fine on Feb 5th, but started failing on Feb 9th. I'm assuming this is due to this change in mrpt: https://github.com/MRPT/mrpt/commit/f932cc5b7c591e154d843a9819f56876e8a7b4ea. I'm planning on doing a Humble sync next week, so if this is not resolved, `python_mrpt` will be removed.
It's all due to this error:
Binary builds were fine on Feb 5th, but started failing on Feb 9th. I'm assuming this is due to this change in mrpt: MRPT/mrpt@f932cc5.
I'm planning on doing a Humble sync next week, so if this is not resolved,
python_mrptwill be removed.