[Bug 2104834] Re: pcl nodelet xml library paths need to have lib/ prefix removed

2025-03-27 Thread Lucas Walter
Actually something else is wrong, removing the lib/ manually didn't fix it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2104834 Title: pcl nodelet xml library paths need to have lib/ prefix remove

[Bug 2104834] [NEW] pcl nodelet xml library paths need to have lib/ prefix removed

2025-03-27 Thread Lucas Walter
Public bug reported: pcl.launch ``` ``` roslaunching above: ``` roslaunch pcl.launch ... type is pcl/CropBox [ERROR] [1743099237.018558261]: Failed to load nodelet [/pc2_cropbox] of type [pcl/CropBox] even after refreshing the cache: Could not find library corresponding to plugin pcl/

[Bug 2104269] [NEW] python3-topic-tools is missing __init__.py in the srv directory

2025-03-26 Thread Lucas Walter
Public bug reported: /usr/lib/python3/dist-packages/topic_tools/srv/__init__.py needs to exist in order to be able import from it like python3 -c "from topic_tools.srv import MuxSelect" There is an init.py in one directory up, but one in srv is needed. python3-std-srvs does it correctly as list