enum rats::leg_type |
Definition at line 26 of file GaitGenerator.h.
enum rats::orbit_type |
Definition at line 25 of file GaitGenerator.h.
Definition at line 27 of file GaitGenerator.h.
enum rats::toe_heel_phase |
Definition at line 111 of file GaitGenerator.h.
enum rats::toe_heel_type |
Definition at line 115 of file GaitGenerator.h.
void rats::cycloid_midpoint | ( | hrp::Vector3 & | ret, |
const double | ratio, | ||
const hrp::Vector3 & | start, | ||
const hrp::Vector3 & | goal, | ||
const double | height, | ||
const double | default_top_ratio | ||
) |
Definition at line 14 of file GaitGenerator.cpp.
void rats::difference_rotation | ( | hrp::Vector3 & | ret_dif_rot, |
const hrp::Matrix33 & | self_rot, | ||
const hrp::Matrix33 & | target_rot | ||
) |
Definition at line 40 of file RatsMatrix.cpp.
bool rats::eps_eq | ( | const double | a, |
const double | b, | ||
const double | eps = 0.001 |
||
) | [inline] |
Definition at line 8 of file RatsMatrix.h.
std::string rats::leg_type_to_leg_type_string | ( | const leg_type | l_r | ) |
Definition at line 54 of file GaitGenerator.cpp.
Definition at line 5 of file RatsMatrix.cpp.
void rats::mid_coords | ( | coordinates & | mid_coords, |
const double | p, | ||
const coordinates & | c1, | ||
const coordinates & | c2, | ||
const double | eps | ||
) |
Definition at line 58 of file RatsMatrix.cpp.
void rats::mid_rot | ( | hrp::Matrix33 & | mid_rot, |
const double | p, | ||
const hrp::Matrix33 & | rot1, | ||
const hrp::Matrix33 & | rot2, | ||
const double | eps | ||
) |
Definition at line 46 of file RatsMatrix.cpp.
void rats::multi_mid_coords | ( | coordinates & | ret, |
const std::vector< coordinates > & | cs, | ||
const double | eps | ||
) |
Definition at line 37 of file GaitGenerator.cpp.
void rats::rotm3times | ( | hrp::Matrix33 & | m12, |
const hrp::Matrix33 & | m1, | ||
const hrp::Matrix33 & | m2 | ||
) |
Definition at line 31 of file RatsMatrix.cpp.
double rats::set_value_according_to_toe_heel_type | ( | const toe_heel_type | tht, |
const double | toe_value, | ||
const double | heel_value, | ||
const double | default_value | ||
) |
Definition at line 62 of file GaitGenerator.cpp.
const double rats::DEFAULT_GRAVITATIONAL_ACCELERATION = 9.80665 [static] |
Definition at line 12 of file PreviewController.h.
double rats::no_using_toe_heel_ratio = 1.0 [static] |
Definition at line 112 of file GaitGenerator.h.
double rats::using_toe_heel_ratio = 0.0 [static] |
Definition at line 113 of file GaitGenerator.h.