Autoware.Auto
autoware::motion::planning::parking_planner::SerializedVariables< T > Struct Template Reference

#include <nlp_adapters.hpp>

Public Attributes

std::vector< T > variables
 
std::vector< float64_t > lower_bounds
 
std::vector< float64_t > upper_bounds
 

Member Data Documentation

◆ lower_bounds

template<typename T >
std::vector<float64_t> autoware::motion::planning::parking_planner::SerializedVariables< T >::lower_bounds

◆ upper_bounds

template<typename T >
std::vector<float64_t> autoware::motion::planning::parking_planner::SerializedVariables< T >::upper_bounds

◆ variables

template<typename T >
std::vector<T> autoware::motion::planning::parking_planner::SerializedVariables< T >::variables

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