11 #define MEMBER(...) MC_RTC_PP_ID(MC_RTC_SCHEMA_REQUIRED_DEFAULT_MEMBER(ForceSensorCalibData, __VA_ARGS__))
12 MEMBER(
double, mass,
"Mass of the link generating the wrench")
13 MEMBER(sva::ForceVecd, worldForce, "Constant
gravity wrench applied on the force sensor in the world frame")
14 MEMBER(sva::PTransformd, X_f_ds, "Local rotation between the model force sensor and the real one")
15 MEMBER(sva::PTransformd, X_p_vb, "Transform from the parent body to the virtual link CoM")
16 MEMBER(sva::ForceVecd, offset, "Force/torque offset")
34 void loadData(
const std::string & filename,
const Eigen::Vector3d &
gravity);
42 sva::ForceVecd
wfToSensor(
const sva::PTransformd & X_0_p,
const sva::PTransformd & X_p_f)
const noexcept;