-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run this code? #11
Comments
Find a timestamp from the groundtruth and copy that to The code try to initialize with a groundtruth. If |
From which file do I need to copy the timestamp ? From the imu0 one ? |
The images themselves are named by the timestamp in the ASL dataset format. They'll be in a folder like this Alternatively ROS node support is underway and I'm hoping to have it done by the end of the week if you just want to wait for that. |
@ziyangli How to find the correct timestamp from the groundtruth data file. when I load a dataset from the given link, There is a folder named |
In addition to changing the "stand_still_end" parameter in the launch file, the "stand_till_start" parameter also needs to be changed, it will just be the first image in the sequence. Alternatively, you can add the "stand_still_start" parameter in the roslaunch commnad in the same format. Dont forget the dot! Good luck! |
Hi,
I am using the EuRoC dataset. I build the code on ROS kinetic on Ubuntu 16.04. I ran the exact code line which appears in the README file. However, after only two IMU callbacks, the data of my IMU is nan and 0.. I already checked my dataset and it is not empty. Please, does someone see what is going on here?
Thank you
The text was updated successfully, but these errors were encountered: