1 #ifndef PLAYFWDKINMODEL_H 2 #define PLAYFWDKINMODEL_H 6 #include <iCub/iKin/iKinFwd.h> 7 #include <yarp/os/Bottle.h> 8 #include <yarp/os/BufferedPort.h> 9 #include <yarp/os/ConstString.h> 10 #include <yarp/sig/Vector.h> 16 PlayFwdKinModel(
const yarp::os::ConstString& robot,
const yarp::os::ConstString& laterality,
const yarp::os::ConstString& port_prefix) noexcept;
20 bool setProperty(
const std::string& property)
override;
34 yarp::os::ConstString
ID_ =
"PlayFwdKinModel";
35 yarp::os::ConstString
log_ID_ =
"[" + ID_ +
"]";
Eigen::VectorXd readPose() override
yarp::sig::Vector readRootToEE()
yarp::os::BufferedPort< yarp::os::Bottle > port_torso_enc_
yarp::os::ConstString ID_
bool setProperty(const std::string &property) override
~PlayFwdKinModel() noexcept
yarp::os::ConstString port_prefix_
PlayFwdKinModel(const yarp::os::ConstString &robot, const yarp::os::ConstString &laterality, const yarp::os::ConstString &port_prefix) noexcept
yarp::os::ConstString robot_
yarp::os::ConstString laterality_
yarp::sig::Vector readTorso()
yarp::os::BufferedPort< yarp::os::Bottle > port_arm_enc_
iCub::iKin::iCubArm icub_kin_arm_
yarp::os::ConstString log_ID_