aron_conversions.h
Go to the documentation of this file.
1#pragma once
2
3#include <ArmarXCore/interface/core/Profiler.h>
5
6#include <RobotAPI/libraries/aron/common/aron/trajectory.aron.generated.h>
7
8#include <dmp/representation/trajectory.h>
9
10//#include <dmp
11
12namespace armarx
13{
14
15 void
16 fromAron(const armarx::arondto::Trajectory& dto, DMP::SampledTrajectoryV2& bo, bool taskspace);
17 void toAron(armarx::arondto::Trajectory& dto,
18 const DMP::SampledTrajectoryV2& bo_taskspace,
19 const DMP::SampledTrajectoryV2& bo_jointspace,
20 const std::string name);
21
22} // namespace armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
void toAron(arondto::PackagePath &dto, const PackageFileLocation &bo)
void fromAron(const arondto::PackagePath &dto, PackageFileLocation &bo)