|
franky 1.1.4
A High-Level Motion API for Franka
|
#include <functional>#include <optional>#include "franky/motion/joint_impedance_base.hpp"#include "franky/wait_free_triple_buffer.hpp"Go to the source code of this file.
Classes | |
| class | franky::JointImpedanceTrackingMotion |
| Client-side joint impedance controller with a dynamic online reference. More... | |
Namespaces | |
| namespace | franky |
Typedefs | |
| using | franky::JointReferenceHandle = WaitFreeTripleBuffer< std::optional< JointReference > > |
| Double-buffered handle for updating a JointReference online. | |