|
|
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.
Here is the call graph for this function:
Here is the caller graph for this function:| void toAron | ( | arondto::OccupancyGrid & | dto, |
| const OccupancyGrid & | bo | ||
| ) |
Definition at line 20 of file aron_conversions.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |