16 #ifndef _OCRACONTROL_ROBOT_CONTACTS_H_    17 #define _OCRACONTROL_ROBOT_CONTACTS_H_    25 #include <boost/shared_ptr.hpp>    65     const Eigen::MatrixXd& 
getJct() 
const;
    68     std::pair<const Variable*, const Feature*> 
getContactPoint(
int index) 
const; 
    75     void invalidate(
int timestamp = 0);
    79     boost::shared_ptr<Pimpl> pimpl;
    83 #endif  //_OCRACONTROL_ROBOT_CONTACTS_H_ 
Feature interface, used by tasks to compute errors and jacobians. 
Optimization-based Robot Controller namespace. a library of classes to write and solve optimization p...
This class represents a variable in a mathematical sense. 
Declaration file of the Observer, Subject and ObserverSubject classes.