Davide Faconti

Results 431 comments of Davide Faconti
trafficstars

As I said before, the logic of the PR is correct in my opinion and I don't agree with the reason provided for rejecting it ... But you house, your...

I just created a pull request that is related to this issue #135

For the record, the libraries are deployed, but not their dependencies. I will try what you suggested

I tried but it does not work... https://github.com/facontidavide/PlotJuggler/releases/download/2.3.6/PlotJuggler-2.3.6-x86_64.AppImage The dependency libros_type_introspection.so is not included "Cannot load library /tmp/.mount_PlotJuy7FsOd/libDataStreamROS.so: (libros_type_introspection.so: cannot open shared object file: No such file or directory)"

For the record, I never managed to fix this problem :( Something that maybe I did not mention is that the incriminatory "missing dependency" (this time libboost_regex.so.1.58.0) is actually present...

ok, in that case it is better not to brake people's code. Never mind

@asasine anticipated my question :) Also, if you expect multiple instances of `BWorkNode` to be created in the tree, be careful because you are creating multiple subscribers and you probably...

"Some of the blocks in my library do not know on compilation time the type of its result/input." Since this is C++, your code should handle correctly the type. Having...

@StefanGlaser for your information, I am planning to send a PR to the velodyne driver itself to avoid the issue of the starting index :)