Skip to content

removes incomplete ik sanity check

Jonathan Külz requested to merge fix/ik_test into main

Removes ik check that failed occasionally.

In this case, it was an unfair comparison, as the random we compared against could be in self collision.

Removed the check for now, eventually there should be a fast and stable ik method implemented in C++

Merge request reports