|
Namespaces | |
constants | |
This file is part of ArmarX. | |
occupancy_grid | |
Classes | |
struct | OccupancyGrid |
Functions | |
void | fromAron (const arondto::OccupancyGrid &dto, OccupancyGrid &bo) |
void | toAron (arondto::OccupancyGrid &dto, const OccupancyGrid &bo) |
aron::data::NDArrayPtr | toAron (const OccupancyGrid::Grid &grid) |
void fromAron | ( | const arondto::OccupancyGrid & | dto, |
OccupancyGrid & | bo | ||
) |
Definition at line 29 of file aron_conversions.cpp.
void toAron | ( | arondto::OccupancyGrid & | dto, |
const OccupancyGrid & | bo | ||
) |
Definition at line 20 of file aron_conversions.cpp.
|
inline |