Hey all, I am writing an inverse kinematic plugin for bevy that mostly uses the openrr/k crate, but I have been experiencing a strange issue and am totally stuck, hoping someone else can give it a look over and maybe point me in the right direction....
https://gist.github.com/DrewRidley/cb1cd3dcce800de94c26357d50569c5d
Here is the example im following closely:
https://github.com/openrr/k/blob/main/examples/interactive_ik.rs
My code works, but panics at the .unwrap(). For some reason, the example has no problem with this, but in my case, the world_transform gives an Error type, and not the expected transform. I am not really sure what differs between my implementation and the example setup, other than the coordinates and angles.