weidinger-c
weidinger-c
Having the same issue, did you solve the problem with static tf's not bridged?
Is this already on the main branch for humble? I still cannot latch tf_static messages in ROS 1 Noetic. Both for dynamic and parameter bridge.
Thanks for your reply, but I am only using the parameter_bridge, because I only need a small subset of a large amount of topics bridged. So I guess I need...
Yes I am using the special QoS settings for tf_static from the ros_bridge readme, but still have no success for ROS2 -> ROS1, because it seems that the bridged ROS1...
Each corner point on the black lines represent a cell center, the planes that you see are the interpolation between four corner points. So this is no bug and works...
Hi @ihnorton, I'll try to upload an example script with some random test file.
Hi @ihnorton, here is an example script. ``` import numpy as np import laspy import tiledb import pandas as pd import os if __name__ == "__main__": # Name of the...
@ihnorton ok, I have made some further tests. It depends on the input data, I now have a set of files where I can reproduce the behaviour. I uploaded them...
@ihnorton Are there any news on this issue?
@KiterLuc Thanks I will try that out. I only used "Hilbert" and the min/max bounds, because it is done the same way in the PDAL TileDB Writer implementation and I...