27 #include <armarx/navigation/safety_guard/aron/LaserBasedProximityParams.aron.generated.h>
31 template <
typename AronType,
typename T>
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);
51 void fromAron(
const arondto::ProximityFieldParams& dto, ProximityFieldParams&
bo);
52 void toAron(arondto::ProximityFieldParams& dto,
const ProximityFieldParams&
bo);
54 void fromAron(
const arondto::LaserBasedProximityParams& dto, LaserBasedProximityParams&
bo);
55 void toAron(arondto::LaserBasedProximityParams& dto,
const LaserBasedProximityParams&
bo);