TimedElasticBandsParams.cpp
Go to the documentation of this file.
2
4
6
8
10{
11 // TimedElasticBandsParams
12
18
21 {
22 return cfg.toAron();
23 }
24
27 {
29
31 bo.cfg.fromAron(dict);
32
33 return bo;
34 }
35} // namespace armarx::navigation::local_planning
#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.
Definition fwd.h:36
static TimedElasticBandsParams FromAron(const aron::data::DictPtr &dict)