NeBula-Autonomy / nebula-odometry-dataset

Ready to test your SLAM system in challenging datasets from extreme environments? Try this out! The dataset is provided by the Team CoSTAR that has been intensively testing multi-robot systems in real world environments such as caves, tunnels, abandoned factories and industrial plants for the DARPA Subterranean Challenge.
MIT License
156 stars 15 forks source link

Inconsistent imu orientation #14

Open JanQuenzel opened 1 year ago

JanQuenzel commented 1 year ago

Hi there, while sequences A and C have an upright imu orientation for topic /husky4/vn100/imu_wori_wcov, it seems to be flipped onto its head on sequence F. In all cases the messages have frame_id husky4/baselink. This does not seem to pose a problem for locus (as it only uses the delta in locus.cc), but other algorithms (e.g. LIO-SAM) use the orientation for initialization etc. As far as I have seen the data was not only transformed from imu to baselink but also filtered. Could you also provide the code used to convert /husky4/vn100/imu to /husky4/vn100/imu_wori_wcov ?

Best, Jan