Closed AndreaIncertiDelmonte closed 6 years ago
@AndreaIncertiDelmonte have you set the parameter:
rosparam set use_sim_time true
To force the sim time equal to one in the bag? It's strange behaviour .. however you can try to use as time "-1" or ros::Time(0) to pick the first available TF in the tree when you use tf_listener
@AndreaIncertiDelmonte comunque io lavoro all'università di Bologna :) vedo che tu sei di reggio emilia.. Se ti interessa qualcosa in particolare su Skiamp puoi scrivermi in privato perché invece a me interessa qualcuno che lavori sull'integrazione con ORBSLAM2. Fammi sapere
Hi, running
rosbag play tiago_lar.bag --clock --pause
I noticed that there is a difference of 111.7 seconds between the bag time and messages timestamps.This can be verified with the following python code:
The code produce the following output:
So in this situation when I publish the TF from orbcamera_camera to world (ORBSLAM node) I have two secenarios;
Do you have any hint to fix this issue?
Thanks Andrea