Frankx
0.2.0
A High-Level Motion API for Franka
|
This is the complete list of members for movex::Waypoint, including all inherited members.
Affine typedef | movex::Waypoint | |
affine | movex::Waypoint | |
blend_max_distance | movex::Waypoint | |
elbow | movex::Waypoint | |
getTargetAffine(const Affine &frame, const Affine &old_affine) const | movex::Waypoint | inline |
getTargetVector(const Affine &old_affine, double old_elbow) const | movex::Waypoint | inline |
getTargetVector(const Affine &frame, const Affine &old_affine, double old_elbow) const | movex::Waypoint | inline |
max_dynamics | movex::Waypoint | |
minimum_time | movex::Waypoint | |
reference_type | movex::Waypoint | |
ReferenceType enum name | movex::Waypoint | |
Vector6d typedef | movex::Waypoint | |
Vector7d typedef | movex::Waypoint | |
velocity_rel | movex::Waypoint | |
Waypoint() | movex::Waypoint | inlineexplicit |
Waypoint(const Affine &affine, ReferenceType reference_type=ReferenceType::Absolute) | movex::Waypoint | inlineexplicit |
Waypoint(const Affine &affine, double elbow, ReferenceType reference_type=ReferenceType::Absolute) | movex::Waypoint | inlineexplicit |
Waypoint(bool zero_velocity) | movex::Waypoint | inlineexplicit |
Waypoint(double minimum_time) | movex::Waypoint | inlineexplicit |
Waypoint(const Affine &affine, ReferenceType reference_type, double velocity_rel) | movex::Waypoint | inlineexplicit |
Waypoint(const Affine &affine, double elbow, ReferenceType reference_type, double velocity_rel) | movex::Waypoint | inlineexplicit |
Waypoint(const Affine &affine, std::optional< double > elbow, double blend_max_distance) | movex::Waypoint | inlineexplicit |
zero_velocity | movex::Waypoint |