[PV] Add Reset button and outputs options in Paraview filter
- Add a
Reset statebutton to clear maps and trajectory and reset current pose to Identity. This is useful to reset the SLAM filter without deleting and re-adding it (and thus keeping user-set parameters). - Add options to disable SLAM maps and/or keypoints extracted from current frame outputs. The conversions from
pcl::PointCloud<Slam::Point>tovtkPolyDataare really time-consuming (PV wrapping has an overhead of nearly 40% on top of SLAM algorithm for VLP16). If the user don't need them, he can decide to disable these outputs : in this case, they will still exist but be empty. - Add AxisAngle representation for pose orientation. This representation is mandatory to save output
Trajectorypoly data into a.posesfile.