Remove currentTime argument of function Add which adds points in a rolling grid.
The time information is already saved in pointclouds. So the input parameter of currentTime is not necessary when adding points to a rolling grid.
Move parameter setters in the Reset function into constructor in vtkSlam.
No need to reset the parameters values when calling Reset function of vtkSlam.