▼Neasynav | |
CControllerNode | ROS 2 lifecycle node that manages calculating speeds for the Easy Navigation system |
CDummyController | A default "dummy" implementation for the Control Method |
CDummyLocalizer | A default "do-nothing" implementation of LocalizerMethodBase |
CDummyMapsManager | A default "do-nothing" implementation of MapsManagerBase |
CDummyPlanner | A default "do-nothing" implementation of PlannerMethodBase |
CGoalManager | Handles navigation goals, their lifecycle, and command interface |
CGoalManagerClient | Client-side interface for interacting with GoalManager |
CImagePerception | Represents a single image perception from a sensor |
CImagePerceptionHandler | Handles the creation and updating of ImagePerception instances from sensor_msgs::msg::Image messages |
CLocalizerNode | ROS 2 lifecycle node that manages localization in Easy Navigation |
CMapsManagerNode | ROS 2 lifecycle node that manages map-related plugins in Easy Navigation |
CNavState | A generic, type-safe, lock-free blackboard to hold runtime state |
CPerceptionBase | Abstract base class for representing a single sensor perception |
CPerceptionHandler | Abstract base interface for group-specific perception handlers |
CPerceptionPtr | Represents a perception entry with its state and ROS subscription |
CPlannerNode | ROS 2 lifecycle node that manages path planning in Easy Navigation |
CPointPerception | Concrete perception class for 3D point cloud data |
CPointPerceptionHandler | PerceptionHandler implementation for sensors producing point-based data |
▼CPointPerceptionsOpsView | Provides efficient, non-destructive, chainable operations over a set of point-based perceptions |
CVoxelKey | Represents a discrete 3D voxel index for downsampling |
CVoxelKeyHash | Hash function for VoxelKey |
CRTTFBuffer | Provides functionality for RTTFBuffer |
CSensorsNode | ROS 2 lifecycle node that manages sensor fusion in Easy Navigation |
CSingleton | |
CSystemNode | ROS 2 lifecycle node coordinating all Easy Navigation components |
CSystemNodeInfo | Structure holding runtime information for a subnode |
CYTSession | A Yaets Tracing Session |
▼Nstd | |
Chash< std::tuple< int, int, int > > | Custom std::hash specialization for std::tuple<int, int, int> |
CDummyHandler | |
CDummyPerception | |
CGoalManagerTestCase | |
CNavStateTest | |
CPerceptionsOpsTest | |
CPerceptionsTestCase | |
CSensorsNodeTestCase | |