20 #ifndef HPP_PINOCCHIO_HUMANOID_ROBOT_HH 21 #define HPP_PINOCCHIO_HUMANOID_ROBOT_HH 100 gazeOrigin_ = origin;
101 gazeDirection_ = dir;
112 void init (
const HumanoidRobotWkPtr_t& weakPtr);
114 void initCopy (
const HumanoidRobotWkPtr_t& weakPtr,
const HumanoidRobot& other);
119 HumanoidRobotWkPtr_t weakPtr_;
137 #endif // HPP_PINOCCHIO_HUMANOID_ROBOT_HH Humanoid robot.
Definition: humanoid-robot.hh:34
Utility functions.
Definition: body.hh:30
void gaze(const vector3_t &origin, const vector3_t &dir)
Set gaze parameters.
Definition: humanoid-robot.hh:98
shared_ptr< Device > DevicePtr_t
Definition: fwd.hh:106
#define HPP_PINOCCHIO_DLLAPI
Definition: config.hh:64
HumanoidRobot()
For serialization only.
Definition: humanoid-robot.hh:117
shared_ptr< HumanoidRobot > HumanoidRobotPtr_t
Definition: fwd.hh:109
Robot with geometric and dynamic pinocchio.
Definition: device.hh:52
shared_ptr< Joint > JointPtr_t
Definition: fwd.hh:111
Definition: collision-object.hh:31
Eigen::Matrix< value_type, 3, 1 > vector3_t
Definition: fwd.hh:86