ethz-asl / voxblox

A library for flexible voxel-based mapping, mainly focusing on truncated and Euclidean signed distance fields.
BSD 3-Clause "New" or "Revised" License
1.34k stars 358 forks source link

Help running Voxblox on the Machine Hall dataset #407

Open stolensharingan opened 1 year ago

stolensharingan commented 1 year ago

Hi, thank you for the brilliant work! I am running into an error while running Voxblox on the EuRoC dataset's Machine Hall rosbag. This problem does not come up while using the Vicon rosbag from the same dataset.

mh_error

From what I can understand through other online resources, the IMU data is not getting fed in correctly (please correct me if I'm wrong), and the launch file is not receiving the correct transformation for the IMU.

Please suggest a solution for the same. Thanks once again