Go to the documentation of this file.
19 #ifndef TRAJECTORY_SMOOTHER__TRAJECTORY_SMOOTHER_HPP_
20 #define TRAJECTORY_SMOOTHER__TRAJECTORY_SMOOTHER_HPP_
22 #include "autoware_auto_planning_msgs/msg/trajectory.hpp"
33 namespace trajectory_smoother
59 std::vector<float32_t> m_kernel{};
66 #endif // TRAJECTORY_SMOOTHER__TRAJECTORY_SMOOTHER_HPP_
This file includes common type definition.
Smooth over the trajectory by passing it through a gaussian filter.
Definition: trajectory_smoother.hpp:47
float32_t standard_deviation
Definition: trajectory_smoother.hpp:41
float float32_t
Definition: types.hpp:45
Definition: controller_base.hpp:31
Definition: trajectory_smoother.hpp:39
autoware_auto_planning_msgs::msg::Trajectory Trajectory
Definition: motion_common.hpp:41
uint32_t kernel_size
Definition: trajectory_smoother.hpp:42