29 #ifndef HPP_PINOCCHIO_SIMPLE_DEVICE_HH
30 #define HPP_PINOCCHIO_SIMPLE_DEVICE_HH
38 const std::string& name =
"humanoidSimple",
bool usingFF =
true,
42 const std::string& name =
"humanoidSimple",
DevicePtr_t makeDevice(TestDeviceType type, const std::string &prefix="")
TestDeviceType
Definition: simple-device.hh:46
@ ManipulatorArm2
Definition: simple-device.hh:46
@ HumanoidSimple
Definition: simple-device.hh:46
@ HumanoidRomeo
Definition: simple-device.hh:46
@ CarLike
Definition: simple-device.hh:46
shared_ptr< Device > DevicePtr_t
Definition: fwd.hh:118
DevicePtr_t humanoidSimple(const std::string &name="humanoidSimple", bool usingFF=true, Computation_t compFlags=(Computation_t)(JOINT_POSITION|JACOBIAN))
Computation_t
Definition: device-data.hh:40
@ JACOBIAN
Definition: device-data.hh:42
@ JOINT_POSITION
Definition: device-data.hh:41
Utility functions.
Definition: body.hh:39
Definition: collision-object.hh:40