-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
May I ask, when we run this code has not appeared "Nan in node candidate" this problem, Initializing Quaternion is DualQuaternion(1, 0, 0, 0), Quaternion(0, 0, 0), But there are two dual quaternions declared in SolverIterationData.h and SolverIterationData.cpp
DeviceBufferArray< DualQuaternion >; node_se3_0_;
DeviceBufferArray< DualQuaternion >; node_se3_1_;
But node_se3_0_ and node_se3_1_ have no values, they are all DualQuaternion(0, 0, 0, 0), Quaternion(0, 0, 0, 0). So the dual Quaternion is all DualQuaternion(nan, nan, nan, nan), Quaternion(nan, nan, nan, nan).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels