18 bool mbcToOutMbc_ =
true;
23 bool copyJointCommand_ =
true;
24 bool copyJointVelocityCommand_ =
true;
25 bool copyJointAccelerationCommand_ =
true;
26 bool copyJointTorqueCommand_ =
true;
30 bool encodersToOutMbc_ =
false;
32 bool encodersToOutMbcOnce_ =
true;
34 bool enforceMimics_ =
true;
41 bool copyPosWorld_ =
true;
43 #define ROBOT_CONVERTER_PROPERTY(NAME) \
44 inline RobotConverterConfig & NAME(bool b) noexcept \
60 #undef ROBOT_CONVERTER_PROPERTY
#define ROBOT_CONVERTER_PROPERTY(NAME)
Definition: RobotConverterConfig.h:43
#define MC_RBDYN_DLLAPI
Definition: api.h:50
Definition: generic_gripper.h:15
Configuration for mc_rbdyn::RobotConverter.
Definition: RobotConverterConfig.h:16