Class Smoother
Defined in File smoother.hpp
Class Documentation
smoother interface that acts as a virtual base class for all smoother plugins
Public Types
Public Functions
Virtual destructor.
Method to cleanup resources.
Method to activate smoother and any threads involved in execution.
Method to deactivate smoother and any threads involved in execution.
Method to smooth given path.
- Parameters:
path – In-out path to be smoothed
max_time – Maximum duration smoothing should take
- Returns:
If smoothing was completed (true) or interrupted by time limit (false)