Apollo  6.0
Open source self driving car software
Public Member Functions | List of all members
apollo::planning::IterativeAnchoringSmoother Class Reference

#include <iterative_anchoring_smoother.h>

Collaboration diagram for apollo::planning::IterativeAnchoringSmoother:
Collaboration graph

Public Member Functions

 IterativeAnchoringSmoother (const PlannerOpenSpaceConfig &planner_open_space_config)
 
 ~IterativeAnchoringSmoother ()=default
 
bool Smooth (const Eigen::MatrixXd &xWS, const double init_a, const double init_v, const std::vector< std::vector< common::math::Vec2d >> &obstacles_vertices_vec, DiscretizedTrajectory *discretized_trajectory)
 

Constructor & Destructor Documentation

◆ IterativeAnchoringSmoother()

apollo::planning::IterativeAnchoringSmoother::IterativeAnchoringSmoother ( const PlannerOpenSpaceConfig &  planner_open_space_config)

◆ ~IterativeAnchoringSmoother()

apollo::planning::IterativeAnchoringSmoother::~IterativeAnchoringSmoother ( )
default

Member Function Documentation

◆ Smooth()

bool apollo::planning::IterativeAnchoringSmoother::Smooth ( const Eigen::MatrixXd &  xWS,
const double  init_a,
const double  init_v,
const std::vector< std::vector< common::math::Vec2d >> &  obstacles_vertices_vec,
DiscretizedTrajectory discretized_trajectory 
)

The documentation for this class was generated from the following file: