Frankx
0.2.0
A High-Level Motion API for Franka
|
Trajectory()
Definition: trajectory.hpp:22
double dds
Definition: trajectory.hpp:14
Definition: trajectory.hpp:9
Definition: trajectory.hpp:8
double ds
Definition: trajectory.hpp:14
Path path
Definition: trajectory.hpp:17
double s
The path position (between 0 and the path length) and its derivatives.
Definition: trajectory.hpp:14
double ddds
Definition: trajectory.hpp:14
std::vector< State > states
The trajectory state for each consecutive time step (with delta_time difference of the time parametri...
Definition: trajectory.hpp:20
Definition: motion_impedance.hpp:13
Trajectory(const Path &path)
Definition: trajectory.hpp:23
double t
The time i n[s].
Definition: trajectory.hpp:11