8000 GitHub - guthriejd1/scd: Collision detection between superquadric and ellipsoid
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

guthriejd1/scd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Superquadric Collision Detection (SCD)

SCD implements the method of (Ruan, 2019) for determining if two objects are in collision. The first object is a convex superquadric and the second object is an ellipsoid. Currently 2D and 3D cases are supported. The method depends on solving for the root of a polynomial. We use Ceres to find this root by minimizing the square of the polynomial. The method returns the point along a line that is the boundary between contact and no contact. By checking the magnitude of the ellipsoid's position relative to the superquadric, we can detect collision. See the paper for more details.

Dependencies

C++

  • Eigen
  • Ceres: Polynomial root-finding
  • GoogleTest

MATLAB / Python

  • CasADi: Polynomial root-finding with IPOPT

Notes

References

About

Collision detection between superquadric and ellipsoid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0