Easy Navigation
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 12345]
  easynav_common
  include
  easynav_common
  types
 ImagePerception.hppDefines data structures and utilities for representing and processing image perceptions
 NavState.hppA blackboard-like structure to hold the current state of the navigation system
 Perceptions.hppDefines data structures and utilities for representing and processing sensor perceptions
 PointPerception.hppDefines data structures and utilities for representing and processing sensor perceptions
 RTTFBuffer.hpp
 Singleton.hpp
 YTSession.hpp
  src
  easynav_common
  types
 ImagePerception.cpp
 PointPerception.cpp
  tests
 navstate_tests.cpp
 perceptions_tests.cpp
 pointperceptionsops_tests.cpp
  easynav_controller
  include
  easynav_controller
 ControllerNode.hppDeclaration of the ControllerNode class, a ROS 2 lifecycle node for speed computation in Easy Navigation
 DummyController.hppDeclaration of the DummyController method
  src
  easynav_controller
 ControllerNode.cppImplementation of the ControllerNode class
 DummyController.cppImplementation of the DummyController class
  easynav_localizer
  include
  easynav_localizer
 DummyLocalizer.hppDeclaration of the DummyLocalizer class, a default plugin implementation for localization
 LocalizerNode.hppDeclaration of the LocalizerNode class, a ROS 2 lifecycle node for localization tasks in Easy Navigation
  src
  easynav_localizer
 DummyLocalizer.cppImplementation of the DummyLocalizer class
 LocalizerNode.cppImplementation of the LocalizerNode class
  easynav_maps_manager
  include
  easynav_maps_manager
 DummyMapsManager.hppDeclaration of the DummyMapsManager class, a default map manager plugin for Easy Navigation
 MapsManagerNode.hppDeclaration of the MapsManagerNode class, a ROS 2 lifecycle node for map handling in Easy Navigation
  src
  easynav_maps_manager
 DummyMapsManager.cppImplementation of the DummyMapsManager class
 MapsManagerNode.cppImplementation of the MapsManagerNode class
  easynav_planner
  include
  easynav_planner
 DummyPlanner.hppDeclaration of the DummyPlanner class, a default fallback planner plugin
 PlannerNode.hppDeclaration of the PlannerNode class, a ROS 2 lifecycle node for computing navigation paths in Easy Navigation
  src
  easynav_planner
 DummyPlanner.cppImplementation of the DummyPlanner class
 PlannerNode.cppImplementation of the PlannerNode class
  easynav_sensors
  include
  easynav_sensors
 SensorsNode.hppDeclaration of the SensorsNode class, a ROS 2 lifecycle node for sensor fusion tasks in Easy Navigation
  src
  easynav_sensors
 SensorsNode.cppImplementation of the SensorsNode class
  tests
 sensors_node_tests.cpp
  easynav_system
  include
  easynav_system
 GoalManager.hppDeclaration of the GoalManager class
 GoalManagerClient.hppDeclaration of the GoalManagerClient class
 SystemNode.hppDeclaration of the SystemNode class, the central coordinator node for Easy Navigation components
  src
  easynav_system
 GoalManager.cppImplementation of the GoalManager class
 GoalManagerClient.cppImplementation of the GoalManager class
 SystemNode.cppImplementation of the SystemNode class
 system_main.cpp
  tests
 goalmanager_tests.cpp