Franky 0.12.0
A High-Level Motion API for Franka
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
twist_acceleration.hpp File Reference
#include <Eigen/Core>
#include "franky/types.hpp"
#include "franky/util.hpp"
#include "franky/twist.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)