#include <type_traits>
#include <armarx/control/common/aron_conversions.h>
#include <armarx/control/njoint_mp_controller/task_space/aron/NJointBiKACConfig.aron.generated.h>
Go to the source code of this file.
|
void | fromAron (const arondto::AdmittanceData &dto, AdmittanceData &bo) |
|
void | fromAron (const arondto::BiKACConfig &dto, BiKACConfig &bo) |
|
void | fromAron (const arondto::Constraint &dto, Constraint &bo) |
|
void | toAron (arondto::AdmittanceData &dto, const AdmittanceData &bo) |
|
void | toAron (arondto::BiKACConfig &dto, const BiKACConfig &bo) |
|
void | toAron (arondto::Constraint &dto, const Constraint &bo) |
|