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 //#include <dmp
10 
11 namespace armarx
12 {
13 
14  void fromAron(const armarx::arondto::Trajectory& dto, DMP::SampledTrajectoryV2& bo, bool taskspace);
15  void toAron(armarx::arondto::Trajectory& dto, const DMP::SampledTrajectoryV2& bo_taskspace, const DMP::SampledTrajectoryV2& bo_jointspace, const std::string name);
16 
17 }
ObserverObjectFactories.h
armarx::VariantType::Trajectory
const VariantTypeId Trajectory
Definition: Trajectory.h:44
armarx::fromAron
void fromAron(const arondto::PackagePath &dto, PackageFileLocation &bo)
armarx::toAron
void toAron(arondto::PackagePath &dto, const PackageFileLocation &bo)
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition: ArmarXTimeserver.cpp:28
armarx::aron::bo
const std::optional< BoT > & bo
Definition: aron_conversions.h:166