Visual-Inertial Dataset

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Visual-Inertial Dataset

Yuli
Dear Mathieu
I was trying to feed dataset-corridor1_512_16.bag(https://vision.in.tum.de/data/datasets/visual-inertial-dataset) into RTABMAP, and
when I ran it, warnings showed some tf transforms doesn't exist.
My question is the source frame names are numbers like  11709754 in

 odometry: Could not get transform from camera_link to 11709754 (stamp=1520531862.907277) after 0.200000 seconds ("wait_for_transform_duration"=0.200000)!
Error="canTransform: source_frame 11709754 does not exist.. canTransform returned after 0.2015 timeout was 0.2."

I don't understand what it mean. I wonder if you
can help me? Plus, is there evaluation tool for Euroc dataset in RTABMAP?
Thank you.


Ming
Reply | Threaded
Open this post in threaded view
|

Re: Visual-Inertial Dataset

matlabbe
Administrator
Hi,

For Euroc dataset, see this offline tool: https://github.com/introlab/rtabmap/blob/master/tools/EurocDataset/main.cpp

For the frame error, can you show TF tree published by the rosbag?
$ roscore 
$ rosparam set use_sim_time true
$ rosbag play --clock dataset-corridor1_512_16.bag
$ rosrun tf view_frames
$ evince frames.pdf

you may have to change frame_id from camera_link to base link of the setup.

cheers,
Mathieu