hpp-bezier-com-traj 6.0.0
Multi contact trajectory generation for the COM using Bezier curves
|
Specialized ResultData that computes the Bezier curves corresponding to the computed trajectory. More...
#include <hpp/bezier-com-traj/data.hh>
Public Member Functions | |
ResultDataCOMTraj () | |
~ResultDataCOMTraj () | |
![]() | |
ResultData () | |
ResultData (const bool success, const double cost, Cref_vectorX x) | |
ResultData (const ResultData &other) | |
~ResultData () | |
ResultData & | operator= (const ResultData &other) |
Public Attributes | |
bezier_t | c_of_t_ |
bezier_t | dL_of_t_ |
point_t | dc1_ |
point_t | ddc1_ |
![]() | |
bool | success_ |
double | cost_ |
VectorXd | x |
Specialized ResultData that computes the Bezier curves corresponding to the computed trajectory.
|
inline |
|
inline |
bezier_t bezier_com_traj::ResultDataCOMTraj::c_of_t_ |
point_t bezier_com_traj::ResultDataCOMTraj::dc1_ |
point_t bezier_com_traj::ResultDataCOMTraj::ddc1_ |
bezier_t bezier_com_traj::ResultDataCOMTraj::dL_of_t_ |