#include "aron_conversions.h"
#include <armarx/navigation/conversions/eigen.h>
#include <armarx/navigation/human/aron/Human.aron.generated.h>
#include <armarx/navigation/human/types.h>
#include <range/v3/range/conversion.hpp>
#include <range/v3/view/transform.hpp>
Go to the source code of this file.
|
void | fromAron (const arondto::Human &dto, Human &bo) |
|
void | fromAron (const arondto::HumanGroup &dto, HumanGroup &bo) |
|
void | toAron (arondto::Human &dto, const Human &bo) |
|
void | toAron (arondto::HumanGroup &dto, const HumanGroup &bo) |
|