#include "utilities/utility.h"
#include "utilities/rall1d.h"
#include "utilities/traits.h"
#include "frames.hpp"
#include "framevel.inl"
Go to the source code of this file.
Classes | |
class | KDL::FrameVel |
class | KDL::RotationVel |
class | KDL::TwistVel |
class | KDL::VectorVel |
struct | Traits< KDL::doubleVel > |
Namespaces | |
namespace | KDL |
Typedefs | |
typedef Rall1d< double > | KDL::doubleVel |
Functions | |
FrameVel | KDL::addDelta (const FrameVel &a, const TwistVel &da, double dt=1.0) |
RotationVel | KDL::addDelta (const RotationVel &a, const VectorVel &da, double dt=1.0) |
VectorVel | KDL::addDelta (const VectorVel &a, const VectorVel &da, double dt=1.0) |
doubleVel | KDL::addDelta (const doubleVel &a, const doubleVel &da, double dt=1.0) |
TwistVel | KDL::diff (const FrameVel &a, const FrameVel &b, double dt=1.0) |
VectorVel | KDL::diff (const RotationVel &a, const RotationVel &b, double dt=1.0) |
VectorVel | KDL::diff (const VectorVel &a, const VectorVel &b, double dt=1.0) |
doubleVel | KDL::diff (const doubleVel &a, const doubleVel &b, double dt=1.0) |
void | KDL::posrandom (FrameVel &F) |
void | KDL::posrandom (RotationVel &R) |
void | KDL::posrandom (TwistVel &a) |
void | KDL::posrandom (VectorVel &a) |
void | KDL::posrandom (doubleVel &F) |
void | KDL::random (FrameVel &F) |
void | KDL::random (RotationVel &R) |
void | KDL::random (TwistVel &a) |
void | KDL::random (VectorVel &a) |
void | KDL::random (doubleVel &F) |