Sam Pfeiffer
Sam Pfeiffer
@pholthau I ended up adding a `package.provided` for `dev-qt/qtwebkit-5.212.0_pre20180120`. My ruby packages seem to be broken and I can't find a way to make them work. I need to reproduce...
@artivis I clicked on Update, would that be enough? (CI is pending).
I found the same!
Launch multiple nodes maybe? On Thu, Jul 28, 2022, 12:40 huangxiaoxiao-5 ***@***.***> wrote: > Currently, can only launch one video stream. How can launch multiple > streams > > —...
@flabrosse First, thanks for the continuous fight to get this working! I currently have no time to dedicate to any of this (as I am not actively using gentoo/ros-overlay) so...
I wouldn't believe there is any limitation in the library. It launches 6 instances of the same driver, one for each camera right? I wouldn't see how that would be...
That's very interesting (and odd). I must say I'm not a developer from this package, I just happened to use it at some point so I'm subscribed to the issues....
I personally use a string and then parse its contents from code to form the actual array. From python you can just evaluate to get it, like (using ipython as...
It's a way to achieve it at least. Dynamic reconfigure has no implementation of an array.
Just to test I changed the patch file: https://github.com/ros/ros-overlay/blob/master/ros-kinetic/camera_calibration_parsers/files/boost-python.patch To not check for boost_python, just to see if it would compile. And it did! ``` +find_package(Boost REQUIRED COMPONENTS filesystem) ```...