Public Member Functions
ISolverFactory Class Reference

Interface definition to support generic usage of the solver factory without specifying a typename in prior. More...

#include <solver_factory.h>

Inheritance diagram for ISolverFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual Eigen::MatrixXd calculateJointVelocities (Matrix6Xd_t &jacobian_data, const Vector6d_t &in_cart_velocities, const JointStates &joint_states, boost::shared_ptr< DampingBase > &damping_method, std::set< ConstraintBase_t > &constraints) const =0
virtual ~ISolverFactory ()

Detailed Description

Interface definition to support generic usage of the solver factory without specifying a typename in prior.

Definition at line 31 of file solver_factory.h.


Constructor & Destructor Documentation

virtual ISolverFactory::~ISolverFactory ( ) [inline, virtual]

Definition at line 40 of file solver_factory.h.


Member Function Documentation

virtual Eigen::MatrixXd ISolverFactory::calculateJointVelocities ( Matrix6Xd_t jacobian_data,
const Vector6d_t in_cart_velocities,
const JointStates joint_states,
boost::shared_ptr< DampingBase > &  damping_method,
std::set< ConstraintBase_t > &  constraints 
) const [pure virtual]

Implemented in SolverFactory< T >.


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


cob_twist_controller
Author(s): Felix Messmer , Marco Bezzon , Christoph Mark , Francisco Moreno
autogenerated on Thu Jun 6 2019 21:19:26