koide3 / fast_gicp

A collection of GICP-based fast point cloud registration algorithms
BSD 3-Clause "New" or "Revised" License
1.28k stars 319 forks source link

Support removing degrees of freedom from the optimization #152

Open themightyoarfish opened 7 months ago

themightyoarfish commented 7 months ago

This is my first shot at using only a subset of parameters, e.g. when some angles are fixed or the registration happens in a plane. I templatized an object that would extract the relevant quantities from the matrices involved here.

I tested this a bit and it seems to work, but its WIP for now (if I get back to it).