|
NavMap
|
A connected set of NavCels in a common reference frame. More...
#include <NavMap.hpp>

Public Attributes | |
| AABB | aabb |
| Bounds of the surface geometry. | |
| std::vector< BVHNode > | bvh |
| BVH nodes for this surface. | |
| std::string | frame_id |
| Frame id of this surface. | |
| std::vector< NavCelId > | navcels |
| NavCels belonging to this surface (global ids) | |
| std::vector< int > | prim_indices |
| Compact list of cids used by BVH leaves. | |
A connected set of NavCels in a common reference frame.
Each navmap::Surface owns a subset of NavCels plus its own BVH. The frame_id is provided for external consumers (e.g., ROS TF).
| AABB aabb |
Bounds of the surface geometry.
| std::vector<BVHNode> bvh |
BVH nodes for this surface.
| std::string frame_id |
Frame id of this surface.
| std::vector<NavCelId> navcels |
NavCels belonging to this surface (global ids)
| std::vector<int> prim_indices |
Compact list of cids used by BVH leaves.