Frankx
0.2.0
A High-Level Motion API for Franka
|
#include <motion_path.hpp>
Public Types | |
using | Affine = affx::Affine |
Public Member Functions | |
PathMotion (const std::vector< Waypoint > &waypoints) | |
PathMotion (const std::vector< Affine > &waypoints, double blend_max_distance=0.0) | |
Public Attributes | |
std::vector< Waypoint > | waypoints |
A motion following a pre-defined path. Needs zero velocity and acceleration at start time.
using movex::PathMotion::Affine = affx::Affine |
|
inlineexplicit |
|
inlineexplicit |
std::vector<Waypoint> movex::PathMotion::waypoints |