izhengfan / se2clam

SE(2)-Constrained Localization and Mapping by Fusing Odometry and Vision (IEEE Transactions on Cybernetics 2019)
https://github.com/izhengfan/se2clam
MIT License
161 stars 55 forks source link

problem with dataset unit #10

Open karthyhu opened 2 years ago

karthyhu commented 2 years ago

thank you to release this program ,it is very impressive and useful . but I have some problem with my dataset ,i tried to record image and odom data by ROS ,and I think the odom data means it have a origin point and record the relative relationship between the robot and the origin,so I get nav_msgs/Odometry->pose to use my odom data,but when i refer to your data,i realise that my profile is very different from yours,so i'm not sure whats wrong with my set,con you tell me your's data unit?

this is my dataset https://drive.google.com/file/d/1WvbhH-GzAaZA3E2IITXCSom7MtctMbkz/view?usp=sharing Screenshot from 2022-04-26 18-41-53 when i go stright robot almost not move,just turn looks correct.

thank you.