Feature/costmap to memory
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
32 inline Costmap::Mask 33 fronAron(const aron::data::NDArray& nav) 34 { 35 return aron::converter::AronEigenConverter::ConvertToDynamicMatrix< 36 Costmap::Mask::value_type>(nav); 37 } 38 39 void 40 toAron(arondto::Costmap& dto, const Costmap& bo) 41 { 42 dto.cellSize = bo.params().cellSize; 43 44 dto.frame = armarx::GlobalFrame; 45 dto.origin = conv::to3D(bo.getSceneBounds().min); 46 47 dto.toAron()->addElement("mask", toAron(bo.getMask())); @fratty this should be correct, right? in the GUI, this field doesn't show up
Edited by Fabian Tërnava
mentioned in commit e094bf2b
Please register or sign in to reply