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
I've collected a dataset with a set of rosbags. Each rosbag starts with an apriltag detection. The problem is that I it takes too long for a metric_pose to be published and the apriltag detection isn't performed. Is it possible to change the time that takes metric_pose to be initialized?
P.S.
Usage of the unscaled_pose is not an option.
I can't rerecord my dataset.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
You could try increasing the uncertainty thresholds a bit: init_coarseScaleUncertaintyThresh and init_pgba_scaleUncertaintyThresh
But in general you will need sufficient motion so that your scale becomes observable, before the metric pose can be published.
I've collected a dataset with a set of rosbags. Each rosbag starts with an apriltag detection. The problem is that I it takes too long for a metric_pose to be published and the apriltag detection isn't performed. Is it possible to change the time that takes metric_pose to be initialized?
P.S.
Thanks in advance!
The text was updated successfully, but these errors were encountered: