27#include <armarx/navigation/safety_guard/aron/LaserBasedProximityParams.aron.generated.h>
31 template <
typename AronType,
typename T>
33 fromAron(const ::armarx::aron::data::dto::DictPtr& dto)
36 std::is_base_of_v<armarx::aron::codegenerator::cpp::AronGeneratedClass, AronType>,
37 "AronType must be an ARON generated type");
39 const auto dtoConfig = AronType::FromAron(dto);
This file is part of ArmarX.
void fromAron(const arondto::ProximityFieldParams &dto, ProximityFieldParams &bo)
void toAron(arondto::ProximityFieldParams &dto, const ProximityFieldParams &bo)
This file offers overloads of toIce() and fromIce() functions for STL container types.
void fromAron(const arondto::PackagePath &dto, PackageFileLocation &bo)