6 #include <armarx/navigation/memory/aron/LaserScannerFeatures.aron.generated.h>
27 dto.center =
bo.center;
28 dto.radius =
bo.radius;
34 dto.globalPose =
bo.pose.matrix();
42 dto.convexHull =
bo.convexHull;
44 dto.points =
bo.points;
58 bo.center = dto.center;
59 bo.radius = dto.radius;
65 bo.pose = dto.globalPose;
72 bo.convexHull = dto.convexHull;
77 bo.points = dto.points;