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 
12 namespace armarx
13 {
14 
15  void
16  fromAron(const armarx::arondto::Trajectory& dto, DMP::SampledTrajectoryV2& bo, bool taskspace);
18  const DMP::SampledTrajectoryV2& bo_taskspace,
19  const DMP::SampledTrajectoryV2& bo_jointspace,
20  const std::string name);
21 
22 } // namespace armarx
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:27
armarx::aron::bo
const std::optional< BoT > & bo
Definition: aron_conversions.h:174