MCPcopy Create free account

hub / github.com/cogsys-tuebingen/gerona / types & classes

Types & classes326 in github.com/cogsys-tuebingen/gerona

↓ 53 callersClassDuration
path_follower/include/path_follower/factory/controller_factory.h:13
↓ 28 callersClassWaypoint
Waypoints define the path
path_follower/include/path_follower/utils/path.h:19
↓ 10 callersClassMoveCommand
path_follower/include/path_follower/pathfollower.h:39
↓ 9 callersClassMat
path_follower/include/path_follower/utils/elevation_map.h:18
↓ 6 callersClassEmergencyBreakException
* @brief The EmergencyBreakException struct is thrown on unrecoverable errors and * should be caught up-stream to halt the robot. */
path_follower/include/path_follower/utils/path_exceptions.h:14
↓ 1 callersClassResult
path_follower/include/path_follower/supervisor/supervisor.h:45
↓ 1 callersClassSegment
path_planner/src/course_planner/course/node.h:7
↓ 1 callersClassTestPath
Test fixture for testing the Path class
path_follower/test/test_path.cpp:77
ClassAbstractFactory
* @brief The AbstractFactory class is the base class for all factories. */
path_follower/include/path_follower/factory/abstract_factory.h:9
ClassAbstractLocalPlanner
path_follower/include/path_follower/pathfollower.h:32
ClassAbstractLocalPlanner
path_follower/include/path_follower/factory/local_planner_factory.h:11
ClassAbstractLocalPlanner
path_follower/include/path_follower/factory/controller_factory.h:19
ClassAbstractLocalPlanner
path_follower/include/path_follower/utils/path_follower_config.h:8
ClassAbstractLocalPlanner
path_follower/include/path_follower/local_planner/abstract_local_planner.h:28
EnumAlgo
path_planner/src/kinematic_planner/path_planner_node.cpp:246
ClassAnalyzer
path_planner/src/course_planner/course/analyzer.h:12
ClassBillboardLine
tools/path_rviz/src/path_display.h:20
ClassBlockMap
* @brief Local map storage class, the map is robot centered and shifting is done using a block structure */
tools/localmap/include/localmap/blockmap.h:10
ClassCVAlignedMat
* @brief In some cases the 32-byte alignment required for AVX processing does not work, this helper class wraps a cv::Mat and ensures 32-byte alignmen
tools/model_based_planner/include/model_based_planner/cv_aligned_mat.h:24
ClassChassisConfig
* @brief Chassis configuration */
tools/model_based_planner/include/model_based_planner/config_robot.h:87
ClassChassisDescriptor
* @brief ChassisDescriptor for one vehicle orientation */
tools/model_based_planner/include/model_based_planner/chassisdescriptor.h:10
ClassChassisModel
* @brief ChassisModel model implementation */
tools/model_based_planner/include/model_based_planner/chassismodel.h:15
ClassClosedSet
* @brief Closed Set implementation used for A* like search algorithms */
tools/model_based_planner/include/model_based_planner/closedset.h:44
ClassClosedSetLevel
* @brief Helper class, searches for close points on the given tree level */
tools/model_based_planner/include/model_based_planner/closedset.h:12
ClassCollisionAvoider
path_follower/include/path_follower/pathfollower.h:35
ClassCollisionAvoider
path_follower/include/path_follower/factory/collision_avoider_factory.h:9
ClassCollisionAvoider
path_follower/include/path_follower/factory/controller_factory.h:20
ClassCollisionAvoider
path_follower/include/path_follower/utils/path_follower_config.h:9
ClassCollisionAvoider
path_follower/include/path_follower/controller/robotcontroller.h:26
ClassCollisionAvoider
path_follower/include/path_follower/collision_avoidance/collision_avoider.h:14
ClassCollisionAvoiderFactory
path_follower/include/path_follower/factory/follower_factory.h:13
ClassCollisionAvoiderFactory
* @brief The CollisionAvoiderFactory class is responsible for creating instance * of the CollisionAvoider class. * @see CollisionAvoider */
path_follower/include/path_follower/factory/collision_avoider_factory.h:16
ClassCollisionDetector
* @brief Simple 'emergency break' obstacle avoider that stops when an obstacle is within a * defined 'obstacle box' in front of the robot. *
path_follower/include/path_follower/collision_avoidance/collision_detector.h:23
ClassCollisionDetectorAckermann
* @brief Rectangle obstacle box that is enlarged and bend in curves * * See comments in the code (*.cpp) for details of the behaviour of the * box
path_follower/include/path_follower/collision_avoidance/collision_detector_ackermann.h:12
ClassCollisionDetectorOmnidrive
path_follower/include/path_follower/collision_avoidance/collision_detector_omnidrive.h:6
ClassCollisionDetectorParameters
path_follower/include/path_follower/collision_avoidance/collision_detector.h:30
ClassCollisionDetectorPolygon
path_follower/include/path_follower/collision_avoidance/collision_detector_polygon.h:8
ClassCollisionGridMap2d
path_follower/include/path_follower/local_planner/low_speed/local_planner_astar.h:12
ClassColorProperty
tools/path_rviz/src/path_display.h:16
ClassCommand
path_follower/include/path_follower/controller/robotcontroller_OFC.h:85
ClassCommand
path_follower/include/path_follower/controller/robotcontroller_kinematic_HBZ.h:116
ClassCommand
path_follower/include/path_follower/controller/robotcontroller_dynamic_window.h:167
ClassCommand
path_follower/include/path_follower/controller/robotcontroller_ekm.h:115
ClassCommand
path_follower/include/path_follower/controller/robotcontroller_orthogonalexponential.h:106
ClassCommand
path_follower/include/path_follower/controller/robotcontroller_kinematic_SLP.h:89
ClassCommand
path_follower/include/path_follower/controller/robotcontroller_ekm_TT.h:116
ClassCommand
path_follower/include/path_follower/controller/robotcontroller_potential_field.h:134
ClassCommand
path_follower/include/path_follower/controller/robotcontroller_modelbased.h:119
ClassCommand
path_follower/include/path_follower/controller/robotcontroller_PBR.h:92
ClassCompareHNode
path_follower/include/path_follower/utils/path.h:110
ClassCompareTNode
tools/model_based_planner/include/model_based_planner/plannerutils.h:342
ClassConstraint
path_follower/include/path_follower/local_planner/constraint.h:9
ClassControllerFactory
path_follower/include/path_follower/factory/follower_factory.h:11
ClassControllerFactory
* @brief The ControllerFactory class is responsible for creating instance * of the RobotController class. * @see RobotController */
path_follower/include/path_follower/factory/controller_factory.h:30
ClassControllerFactoryRegistration
path_follower/include/path_follower/factory/controller_factory.h:85
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_velocity_TT.h:80
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_2steer_purepursuit.h:69
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_OFC.h:53
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_kinematic_HBZ.h:78
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_dynamic_window.h:123
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_ekm.h:74
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_orthogonalexponential.h:91
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_unicycle_inputscaling.h:57
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_ackermann_stanley.h:53
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_ackermann_pid.h:25
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_ackermann_inputscaling.h:55
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_2steer_inputscaling.h:57
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_kinematic_SLP.h:61
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_ekm_TT.h:75
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_2steer_stanley.h:64
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_differential_orthexp.h:33
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_omnidrive_orthexp.h:28
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_potential_field.h:112
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_kinematic_HBZ_TT.h:29
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_modelbased.h:77
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_ackermann_purepursuit.h:69
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_ackermann_orthexp.h:28
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller_PBR.h:72
ClassControllerParameters
path_follower/include/path_follower/controller/robotcontroller.h:107
ClassCostCalculator
path_planner/src/course_planner/course/cost_calculator.h:12
ClassCourseMap
path_planner/src/course_planner/course/search.h:21
ClassCourseMap
path_planner/src/course_planner/course/course_map.h:11
ClassCoursePlanner
path_planner/src/course_planner/course_planner.h:29
ClassCoursePredictor
path_follower/include/path_follower/pathfollower.h:29
ClassCoursePredictor
Predict direction of movement of the robot.
path_follower/include/path_follower/utils/coursepredictor.h:12
ClassCoursePredictor
path_follower/include/path_follower/controller/robotcontroller.h:25
ClassCoursePredictorParameters
path_follower/include/path_follower/utils/coursepredictor.h:53
ClassCurvatureD_Scorer
path_follower/include/path_follower/local_planner/scorers/curvatured_scorer.h:6
ClassCurvature_Scorer
path_follower/include/path_follower/local_planner/scorers/curvature_scorer.h:6
ClassCurve
path_planner/src/static_planner/static_path_node.cpp:33
ClassDirectPath
path_control/src/direct_path_node.cpp:24
ClassDis2Obst_Constraint
path_follower/include/path_follower/local_planner/constraints/dis2obst_constraint.h:6
ClassDis2Obst_Scorer
path_follower/include/path_follower/local_planner/scorers/dis2obst_scorer.h:6
ClassDis2PathD_Scorer
path_follower/include/path_follower/local_planner/scorers/dis2pathd_scorer.h:6
ClassDis2PathP_Scorer
path_follower/include/path_follower/local_planner/scorers/dis2pathp_scorer.h:6
ClassDis2Path_Constraint
path_follower/include/path_follower/local_planner/constraints/dis2path_constraint.h:6
ClassDistanceToPathSupervisor
* @brief Supervises the robot to stay near the path. * * This supervisor checks how far the robot is away from the current * path segment and tells
path_follower/include/path_follower/supervisor/distancetopathsupervisor.h:14
ClassDrawProc
* @brief Helper class for drawing debug images */
tools/model_based_planner/include/model_based_planner/utils_draw.h:14
ClassDriveModelDA
* @brief Update model for differential drive and ackermann */
tools/model_based_planner/include/model_based_planner/plannerutils.h:15
ClassEKF
path_follower/include/path_follower/utils/extended_kalman_filter.h:10
next →1–100 of 326, ranked by callers