You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lookup would require extrapolation into the past. Requested time 1569209705.859023507 but the earliest data is at time 1569209705.978461273, when looking up transform from frame [base_laser1] to frame [base_link]
#18
Open
ZhaoXiangBox opened this issue
Sep 23, 2019
· 2 comments
You have this problem when you are using bag file?
if you are using the bags you have to set the parameter use_sim_time true and when you start the bag you put --clock
does this issue appear only once right? this seems to be related to the initialization of the listener [1] and a workaround might be waiting for any transform (valid or not) directly before enabling the callback. However, the best solution would be creating an object outside the class or similar as I understand.
i have already subscripted scan1 scan2;but occurs this error; relatived code belows:
void LaserscanMerger::scanCallback(const sensor_msgs::LaserScan::ConstPtr& scan, std::string topic)
{
sensor_msgs::PointCloud tmpCloud1,tmpCloud2;
sensor_msgs::PointCloud2 tmpCloud3;
.......
The text was updated successfully, but these errors were encountered: