9 #ifndef __SOT_FEATURE_POSE_HH__ 10 #define __SOT_FEATURE_POSE_HH__ 17 #include <sot/core/config.hh> 61 template <Representation_t representation = R3xSO3Representation>
65 virtual const std::string &
getClassName(
void)
const {
return CLASS_NAME; }
119 virtual unsigned int &getDimension(
unsigned int &dim,
int time);
141 virtual void display(std::ostream &os)
const;
144 void servoCurrentPosition(
const int &time);
154 template <
typename T>
157 const Vector &faNufafbDes);
164 #if __cplusplus >= 201103L 175 #endif // #ifndef __SOT_FEATURE_POSE_HH__ dynamicgraph::SignalPtr< MatrixHomogeneous, int > jaMfa
Input pose of Frame A wrt to Joint A.
Eigen::Transform< double, 3, Eigen::Affine > SOT_CORE_EXPORT MatrixHomogeneous
SignalPtr< Flags, int > selectionSIN
This vector specifies which dimension are used to perform the computation. For instance let us assume...
#define DECLARE_NO_REFERENCE
virtual const std::string & getClassName(void) const
Returns the name class.
SignalTimeDependent< Vector7, int > q_faMfb
SignalTimeDependent< dynamicgraph::Matrix, int > jacobianSOUT
Jacobian of the error wrt the robot state: .
dynamicgraph::SignalPtr< MatrixHomogeneous, int > jbMfb
Input pose of Frame B wrt to Joint B.
static const std::string CLASS_NAME
SignalTimeDependent< Vector7, int > q_faMfbDes
FeaturePose< R3xSO3Representation > FeaturePose_t
Vector6d convertVelocity(const MatrixHomogeneous &M, const MatrixHomogeneous &Mdes, const Vector &faNufafbDes)
FeaturePose< SE3Representation > FeaturePoseSE3_t
Representation_t
Enum used to specify what difference operation is used in FeaturePose.
dynamicgraph::SignalPtr< Matrix, int > jaJja
Jacobian of the input Joint A, expressed in Joint A
This class gives the abstract definition of a feature.
Eigen::Matrix< double, 7, 1 > SOT_CORE_EXPORT Vector7
Feature that controls the relative (or absolute) pose between two frames A (or world) and B...
dynamicgraph::SignalPtr< Matrix, int > jbJjb
Jacobian of the input Joint B, expressed in Joint B
dynamicgraph::SignalPtr< MatrixHomogeneous, int > faMfbDes
The desired pose of Frame B wrt to Frame A.
dynamicgraph::SignalPtr< MatrixHomogeneous, int > oMjb
Input pose of Joint B wrt to world frame.
dynamicgraph::SignalPtr< Vector, int > faNufafbDes
SignalTimeDependent< dynamicgraph::Vector, int > errorSOUT
This signal returns the error between the desired value and the current value : . ...