41 float velocityX = ControllerConstants::ValueNotSetNaN;
42 float velocityY = ControllerConstants::ValueNotSetNaN;
48 return ControlModes::HolonomicPlatformVelocity;
54 velocityX = ControllerConstants::ValueNotSetNaN;
55 velocityY = ControllerConstants::ValueNotSetNaN;
#define DETAIL_ControlTargetBase_DEFAULT_METHOD_IMPLEMENTATION
Brief description of class JointControlTargetBase.
introspection::ClassMemberInfo< ControlTargetBase, DerivedClass > ControlTargetInfo
This file offers overloads of toIce() and fromIce() functions for STL container types.
bool isfinite(const std::vector< T, Ts... > &v)
EntryConfigurator< ClassType > addMemberVariable(MemberType ClassType::*ptr, const std::string &name)
add a member variable of the current class