NavigationStackGeneralConfig.cpp
Go to the documentation of this file.
2
3#include <RobotAPI/interface/aron/Aron.h>
6
7#include <armarx/navigation/core/aron/GeneralConfig.aron.generated.h>
9
11{
12
15 {
16 arondto::GeneralConfig dto;
17
19
20 return dto.toAron();
21 }
22
25 {
27
28 arondto::GeneralConfig dto;
29 dto.fromAron(dict);
30
32 fromAron(dto, bo);
33
34 return bo;
35 }
36} // namespace armarx::navigation::core
#define ARMARX_CHECK_NOT_NULL(ptr)
This macro evaluates whether ptr is not null and if it turns out to be false it will throw an Express...
std::shared_ptr< Dict > DictPtr
Definition Dict.h:42
This file is part of ArmarX.
void toAron(arondto::GlobalTrajectoryPoint &dto, const GlobalTrajectoryPoint &bo)
void fromAron(const arondto::GlobalTrajectoryPoint &dto, GlobalTrajectoryPoint &bo)
static GeneralConfig FromAron(const aron::data::DictPtr &dict)