Public Types | Public Member Functions | Protected Attributes | List of all members
towr::KinematicModel Class Reference

Contains all the robot specific kinematic parameters. More...

#include <kinematic_model.h>

Public Types

using EEPos = std::vector< Eigen::Vector3d >
 
using Ptr = std::shared_ptr< KinematicModel >
 
using Vector3d = Eigen::Vector3d
 

Public Member Functions

virtual Vector3d GetMaximumDeviationFromNominal () const
 How far each foot can deviate from its nominal position. More...
 
virtual EEPos GetNominalStanceInBase () const
 The xyz-position [m] of each foot in default stance. More...
 
 KinematicModel (int n_ee)
 Constructs a kinematic model of a robot with zero range of motion. More...
 
virtual ~KinematicModel ()=default
 

Protected Attributes

Vector3d max_dev_from_nominal_
 
EEPos nominal_stance_
 

Detailed Description

Contains all the robot specific kinematic parameters.

This class is mainly used to formulate the RangeOfMotionConstraint, restricting each endeffector to stay inside it's kinematic range.

Definition at line 46 of file kinematic_model.h.

Member Typedef Documentation

using towr::KinematicModel::EEPos = std::vector<Eigen::Vector3d>

Definition at line 49 of file kinematic_model.h.

using towr::KinematicModel::Ptr = std::shared_ptr<KinematicModel>

Definition at line 48 of file kinematic_model.h.

using towr::KinematicModel::Vector3d = Eigen::Vector3d

Definition at line 50 of file kinematic_model.h.

Constructor & Destructor Documentation

towr::KinematicModel::KinematicModel ( int  n_ee)
inline

Constructs a kinematic model of a robot with zero range of motion.

Parameters
n_eeThe number of endeffectors of the robot.

Definition at line 56 of file kinematic_model.h.

virtual towr::KinematicModel::~KinematicModel ( )
virtualdefault

Member Function Documentation

virtual Vector3d towr::KinematicModel::GetMaximumDeviationFromNominal ( ) const
inlinevirtual

How far each foot can deviate from its nominal position.

Returns
The deviation [m] expresed in the base frame.

Definition at line 77 of file kinematic_model.h.

virtual EEPos towr::KinematicModel::GetNominalStanceInBase ( ) const
inlinevirtual

The xyz-position [m] of each foot in default stance.

Returns
The vector from base to each foot expressed in the base frame.

Definition at line 68 of file kinematic_model.h.

Member Data Documentation

Vector3d towr::KinematicModel::max_dev_from_nominal_
protected

Definition at line 84 of file kinematic_model.h.

EEPos towr::KinematicModel::nominal_stance_
protected

Definition at line 83 of file kinematic_model.h.


The documentation for this class was generated from the following file:


towr_core
Author(s): Alexander W. Winkler
autogenerated on Sun Apr 8 2018 02:18:53