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
Hi, I am using CMetricMapBuilderRBPF to perform FastSLAM with fiducial landmarks which I can separately get their 3D world coordinates. Since CObservationBearingRange is not supported / processed by any of the maps (correct me if I am wrong), I am using CObservationBeaconRanges to express the measurements. However, when passing the observations to the processActionObservation() the beacon is initialized in the same pose as the particles. Also during motion the beacon location is the one updated and not the other way around.
Hi, I am using
CMetricMapBuilderRBPF
to perform FastSLAM with fiducial landmarks which I can separately get their 3D world coordinates. SinceCObservationBearingRange
is not supported / processed by any of the maps (correct me if I am wrong), I am usingCObservationBeaconRanges
to express the measurements. However, when passing the observations to theprocessActionObservation()
the beacon is initialized in the same pose as the particles. Also during motion the beacon location is the one updated and not the other way around.The configuration file currently used is
So my questions are:
processActionObservation()
?Thank you.
The text was updated successfully, but these errors were encountered: