Skip to content

Commit

Permalink
Implement initial GJK algorithm.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 645368315
Change-Id: I40a1e1023fd9f14a59e11a9dcc6ac22df241b6ae
  • Loading branch information
kbayes authored and Copybara-Service committed Jun 21, 2024
1 parent b0b934c commit 1e84548
Show file tree
Hide file tree
Showing 5 changed files with 620 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ set(MUJOCO_ENGINE_SRCS
engine_collision_convex.h
engine_collision_driver.c
engine_collision_driver.h
engine_collision_gjk.c
engine_collision_gjk.h
engine_collision_primitive.c
engine_collision_primitive.h
engine_collision_sdf.c
Expand Down
Loading

0 comments on commit 1e84548

Please sign in to comment.