aron_conversions.h
Go to the documentation of this file.
1#pragma once
2
3#include <armarx/control/pointing/aron/PointAtParams.aron.generated.h>
6
8{
9 void fromAron(const arondto::Side& dto, core::Side& bo);
10
11 void fromAron(const arondto::PointAtParams& dto, core::Pointing::Parameters& bo);
12 core::Pointing::Parameters fromAron(const arondto::PointAtParams& dto);
13
14} // namespace armarx::control::pointing::skills
Side
Describes the side of an arm.
Definition Side.h:11
void fromAron(const arondto::Side &dto, core::Side &bo)