notebooks icon indicating copy to clipboard operation
notebooks copied to clipboard

Just a bunch of iPython notebooks for future references.

Results 4 notebooks issues
Sort by recently updated
recently updated
newest added

Greetings, The Jacobian function in the icp.ipynb file on line "In [14]" uses the derivative of the rotation matrix at a constant angle of zero rather than the derivative of...

Hi, Since the convergence of data is reached before 5 iteration, can it be stopped to improved to computational time since the data had already been converge. If so, how...

Greetings, I had a question about estimating the Covariance/Information matrix of the resulting transform in order to use the ICP algorithm as a front end for graph SLAM. I noticed...

Changes: 1. Fixed bug in correspondences of LS point to plane ICP (in function: prepare_system_normals) Changes to: for (i, j) in correspondences: p_point = P[:, [i]] q_point = Q[:, [j]]...