|
franky 1.1.2
A High-Level Motion API for Franka
|
#include <Eigen/Core>#include "franky/twist.hpp"#include "franky/types.hpp"#include "franky/util.hpp"Go to the source code of this file.
Classes | |
| class | franky::TwistAcceleration |
| TwistAcceleration acceleration of a frame (2nd derivative of a pose). More... | |
Namespaces | |
| namespace | franky |
Functions | |
| TwistAcceleration | franky::operator* (const Affine &affine, const TwistAcceleration &twist_acceleration) |
| template<typename RotationMatrixType > | |
| TwistAcceleration | franky::operator* (const RotationMatrixType &rotation, const TwistAcceleration &twist_acceleration) |
| std::ostream & | franky::operator<< (std::ostream &os, const TwistAcceleration &twist_acceleration) |