-
Notifications
You must be signed in to change notification settings - Fork 4
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.
ruddradev/collision_detection_matlab
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published