Skip to content

This is a very fast implementation of collision detection among axis aligned cuboids. Mainly used for robotic simulation, and can detect each collision in about constant time, even with multiple objects. It has an option of pre-hashing of the arena set or to dynamically check for collisions. Uses a modified version of GJK Algorithm.

Notifications You must be signed in to change notification settings

ruddradev/collision_detection_matlab

About

This is a very fast implementation of collision detection among axis aligned cuboids. Mainly used for robotic simulation, and can detect each collision in about constant time, even with multiple objects. It has an option of pre-hashing of the arena set or to dynamically check for collisions. Uses a modified version of GJK Algorithm.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published