Smooth over the trajectory by passing it through a gaussian filter.
More...
#include <trajectory_smoother.hpp>
Smooth over the trajectory by passing it through a gaussian filter.
◆ TrajectorySmoother()
Initialise the gaussian kernel in the constructor.
- Parameters
-
| [in] | config | Configuration containing parameters for the kernel |
◆ Filter()
| void motion::planning::trajectory_smoother::TrajectorySmoother::Filter |
( |
Trajectory & |
trajectory | ) |
|
Make the trajectory velocity smooth by passing it through a gaussian filter.
- Parameters
-
| [in,out] | trajectory | The trajectory to be smoothed. This is modified in place. |
The documentation for this class was generated from the following files: