Skip to content

WarpFieldUpdater.cpp: Nan in node candidate #85

@RKGalaxy-Luo

Description

@RKGalaxy-Luo

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions