Skip to content

Collision Checking with Binary Search #101

@juelg

Description

@juelg

collision_callback e.g. in sim/FR3.cpp should implemented using a binary search as the collisions are sorted. This would give us a runtime improvement from $\mathcal{O}(n)$ to $\mathcal{O}(\log(n))$.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions