Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 28, 2023
1 parent 35dd09a commit 589074a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/bindings/openravepy_global.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2574,7 +2574,6 @@ void init_openravepy_global()
#endif
m.def("OrientedBoxFromAABB",openravepy::OrientedBoxFromAABB,PY_ARGS("aabb","transform") "Transforms an axis aligned bounding box to an oriented bounding box expressed in transform.");
m.def("AABBFromOrientedBox",openravepy::AABBFromOrientedBox,PY_ARGS("obb") "Projects an obb along the world axes.");
m.def("AABBCollision",openravepy::AABBCollision,PY_ARGS("aabb1","aabb2") "deprecated. Please use CheckAABBCollision instead.");
m.def("CheckAABBCollision",openravepy::CheckAABBCollision,PY_ARGS("aabb1","aabb2") "Tests collision between two axis-aligned bounding boxes.");
m.def("CheckOBBCollision",openravepy::CheckOBBCollision,PY_ARGS("obb1","obb2") "Tests collision between two oriented bounding boxes.");
m.def("CheckAABBAndOBBCollision",openravepy::CheckAABBAndOBBCollision,PY_ARGS("aabb","obb") "Tests collision between an axis-aligned bounding box and an oriented bounding box.");
Expand Down

0 comments on commit 589074a

Please sign in to comment.