Skip to content

Separating entering and exiting candidate surfaces

Juan Gonzalez Caminero requested to merge (removed):surface_bvh into surface_model

Separates entering and exiting candidates for each navigation state

  • The memory used to store candidates doesn't change, only the way they are organized inside
  • The navigator no longer uses an "exiting" check, and now iterates over both lists of candidates

Merge request reports