hpp-bezier-com-traj 6.0.0
Multi contact trajectory generation for the COM using Bezier curves
|
Struct used to return the results of the trajectory generation problem. More...
#include <hpp/bezier-com-traj/solver/solver-abstract.hpp>
Public Member Functions | |
ResultData () | |
ResultData (const bool success, const double cost, Cref_vectorX x) | |
ResultData (const ResultData &other) | |
~ResultData () | |
ResultData & | operator= (const ResultData &other) |
Public Attributes | |
bool | success_ |
double | cost_ |
VectorXd | x |
Struct used to return the results of the trajectory generation problem.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
double solvers::ResultData::cost_ |
bool solvers::ResultData::success_ |
VectorXd solvers::ResultData::x |