-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reached Unreachable Code in BoxBoxGradient #21947
Comments
It's possible that those numbers are enough to reproduce (or at least make a good guess), but ideally we would have the exact numbers. If you can re-run your repro and print all of the doubles without any truncation (i.e., full precision) that would help. Also if you could print the rotations as the native 3x3 matrix (not rpy) that would also remove conversion noise. In fact, once you have that, I imagine a C++ unit test call to |
There's something fishy. I can reproduce the problem with a unit test of The bug is likely at a higher level. If @cohnt could give more data, I can check further. For example, what went into template <>
void CalcDistanceFallback<double>(const fcl::CollisionObjectd& a,
const math::RigidTransformd& X_WA,
const fcl::CollisionObjectd& b,
const math::RigidTransformd& X_WB,
const fcl::DistanceRequestd& request,
SignedDistancePair<double>* pair_data) { From what already provided, I just need one more argument: the Alternatively, distilling down to a small runnable example would be the best. |
I reproduced the problem in this commit. I'll continue on Monday. |
Here are all of the values of the fields of
Let me know if there are other values I can print for you! If you need a runnable example, I probably won't have time to make one until after October 3. |
What happened?
While using SceneGraphCollisionChecker, I encountered the following error:
I can provide code to replicate this, although it's a rather large chunk. I did print out the arguments to the function, in case that might help debug. But if that's insufficient, I can try to distill it down to a small runnable example.
Version
4fdee80
What operating system are you using?
Unknown / Other, Ubuntu 22.04
What installation option are you using?
compiled from source code using CMake
Relevant log output
No response
The text was updated successfully, but these errors were encountered: