Autoware.Auto
trajectory_smoother.hpp File Reference

This file defines the trajectory_smoother class. More...

#include "autoware_auto_planning_msgs/msg/trajectory.hpp"
#include <common/types.hpp>
#include <vector>
#include <cmath>
#include "trajectory_smoother/visibility_control.hpp"
Include dependency graph for trajectory_smoother.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  motion::planning::trajectory_smoother::TrajectorySmootherConfig
 
class  motion::planning::trajectory_smoother::TrajectorySmoother
 Smooth over the trajectory by passing it through a gaussian filter. More...
 

Namespaces

 motion
 
 motion::planning
 
 motion::planning::trajectory_smoother
 

Detailed Description

This file defines the trajectory_smoother class.