Apollo  6.0
Open source self driving car software
Public Attributes | List of all members
apollo::planning::NaviSpeedTsConstraints Struct Reference

NaviSpeedTsConstraints is used to describe constraints of a t-s point. More...

#include <navi_speed_ts_graph.h>

Collaboration diagram for apollo::planning::NaviSpeedTsConstraints:
Collaboration graph

Public Attributes

double t_min = 0.0
 
double v_max = std::numeric_limits<double>::max()
 
double v_preffered = std::numeric_limits<double>::max()
 
double a_max = std::numeric_limits<double>::max()
 
double a_preffered = std::numeric_limits<double>::max()
 
double b_max = std::numeric_limits<double>::max()
 
double b_preffered = std::numeric_limits<double>::max()
 
double da_max = std::numeric_limits<double>::max()
 
double da_preffered = std::numeric_limits<double>::max()
 

Detailed Description

NaviSpeedTsConstraints is used to describe constraints of a t-s point.

Member Data Documentation

◆ a_max

double apollo::planning::NaviSpeedTsConstraints::a_max = std::numeric_limits<double>::max()

◆ a_preffered

double apollo::planning::NaviSpeedTsConstraints::a_preffered = std::numeric_limits<double>::max()

◆ b_max

double apollo::planning::NaviSpeedTsConstraints::b_max = std::numeric_limits<double>::max()

◆ b_preffered

double apollo::planning::NaviSpeedTsConstraints::b_preffered = std::numeric_limits<double>::max()

◆ da_max

double apollo::planning::NaviSpeedTsConstraints::da_max = std::numeric_limits<double>::max()

◆ da_preffered

double apollo::planning::NaviSpeedTsConstraints::da_preffered = std::numeric_limits<double>::max()

◆ t_min

double apollo::planning::NaviSpeedTsConstraints::t_min = 0.0

◆ v_max

double apollo::planning::NaviSpeedTsConstraints::v_max = std::numeric_limits<double>::max()

◆ v_preffered

double apollo::planning::NaviSpeedTsConstraints::v_preffered = std::numeric_limits<double>::max()

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