Closed rcywongaa closed 4 years ago
Offending line: https://github.com/UbiquityRobotics/fiducials/blob/18672422d6a91299c4873e5be7824a7014508986/fiducial_slam/src/map.cpp#L446
Suggest that the system continue to attempt to initialize (by simply adding a return; after the line)
return;
Hey @rcywongaa,
Sorry for the delay. This sounds like a reasonable change. Can you make a PR so that we can incorporate it?
Rohan
This is implemented.
Offending line: https://github.com/UbiquityRobotics/fiducials/blob/18672422d6a91299c4873e5be7824a7014508986/fiducial_slam/src/map.cpp#L446
Suggest that the system continue to attempt to initialize (by simply adding a
return;
after the line)