bitbots_main icon indicating copy to clipboard operation
bitbots_main copied to clipboard

Localization after multiple consecutive falls

Open texhnolyze opened this issue 7 months ago • 1 comments

Summary

During RoboCup 2024 we found, that when falling multiple times in short succession (e.g. colliding with other robots during dynup) we end up wrongly localizing.

Expected behavior

After falling multiple times, we still want to correctly reset localization so that it is a lot mor likely that we relocalize successfully.

Steps to Reproduce

  1. Be localized correctly on the field
  2. Fall over
  3. While getting back up fall over again 2-3 times, moving a bit on the field
  4. -> Should lead to wrong localization, because we reset it during getup, but fall again

Possible Solution

It might be possible to just wait for a second or two after fully getting up, to see if we are stable before resetting the localization

texhnolyze avatar Jul 19 '24 11:07 texhnolyze