This class implements a simple interface to store a sequence of contacts, including its activation and de-activation time, position and orientation of the contact, and a variable (set to 1) indicating if the forces at this contact are subject to friction cone constraints or (set to 2) if not, such as in the case of hands grasping bars.
More...
|
double | mapIdToContactTime (const DynamicsSequence &dyn_sequence, int map_id) |
|
int | findMakeContactId (const DynamicsSequence &dyn_seq, const int search_start_id, int eff_id) |
|
int | findBreakContactId (const DynamicsSequence &dyn_seq, const int search_start_id, int eff_id) |
|
void | findActiveViapoints (Eigen::Vector3d &viapoint_position, int eff_id, int cnt_id) |
|
void | generateFlightPhase (DynamicsSequence &dyn_seq, int start_id, int end_id, int eff_id, const Eigen::Quaternion< double > &qini, const Eigen::Quaternion< double > &qend) |
|
This class implements a simple interface to store a sequence of contacts, including its activation and de-activation time, position and orientation of the contact, and a variable (set to 1) indicating if the forces at this contact are subject to friction cone constraints or (set to 2) if not, such as in the case of hands grasping bars.
It also fills the corresponding fields of DynamicsState within the DynamicsSequence, namely contact positions, orientations, activations, to be used by the dynamics optimizer.