MCPcopy Create free account

hub / github.com/RoboMaster/RoboRTS / functions

Functions1,056 in github.com/RoboMaster/RoboRTS

↓ 2 callersFunctionCross2D
roborts_common/math/math.h:29
↓ 2 callersMethodDispatch
roborts_base/roborts_sdk/dispatch/dispatch.h:62
↓ 2 callersFunctionDistance2Line
roborts_costmap/src/costmap_math.cpp:54
↓ 2 callersFunctionDistancePointToPolygon2D
roborts_common/math/math.h:297
↓ 2 callersMethodDistillationColor
* @brief Highlight the blue or red region of the image. * @param image Input image ref * @return Single channel image */
roborts_detection/util/cv_toolbox.h:199
↓ 2 callersFunctionEuclideanDistance
roborts_localization/localization_math.h:131
↓ 2 callersMethodFindClosestTrajectoryPose
roborts_planning/local_planner/timed_elastic_band/src/teb_vertex_console.cpp:336
↓ 2 callersMethodFindContours
* @brief The wrapper for function cv::findContours * @param binary binary image ref * @return Contours that found. */
roborts_detection/util/cv_toolbox.h:244
↓ 2 callersMethodFootprintCost
roborts_planning/local_planner/src/robot_position_cost.cpp:58
↓ 2 callersMethodFreeMemory
* @brief Free certain memory block in the pool * @param memory_block Memory block to be freed */
roborts_base/roborts_sdk/utilities/memory_pool.h:90
↓ 2 callersMethodGenerateSample
roborts_localization/amcl/particle_filter/particle_filter_gaussian_pdf.cpp:50
↓ 2 callersMethodGetCharMap
roborts_decision/blackboard/blackboard.h:186
↓ 2 callersMethodGetChildrenIndex
* @brief Get the index of the child behavior node that it is turn to tick * @return The index of the child behavior node that it is turn to tick
roborts_decision/behavior_tree/behavior_node.h:423
↓ 2 callersMethodGetEnemy
roborts_decision/blackboard/blackboard.h:125
↓ 2 callersMethodGetLayeredCostmap
* @brief Get the layered costmap * @return The class including layers */
roborts_costmap/include/costmap/costmap_interface.h:163
↓ 2 callersMethodGetName
roborts_costmap/include/costmap/layer.h:136
↓ 2 callersMethodGetObservations
returns a copy of the observations
roborts_costmap/src/observation_buffer.cpp:210
↓ 2 callersMethodGetParam
roborts_localization/amcl/amcl_config.h:9
↓ 2 callersMethodGetSizeXWorld
roborts_costmap/src/costmap_2d.cpp:339
↓ 2 callersMethodGetSizeYWorld
roborts_costmap/src/costmap_2d.cpp:343
↓ 2 callersMethodInitByGuassian
roborts_localization/amcl/particle_filter/particle_filter.cpp:104
↓ 2 callersMethodIsCurrent
roborts_costmap/src/layered_costmap.cpp:73
↓ 2 callersMethodIsRolling
roborts_costmap/include/costmap/layered_costmap.h:107
↓ 2 callersMethodIsValid
roborts_decision/example_behavior/line_iterator.h:62
↓ 2 callersMethodOptimal
roborts_planning/local_planner/timed_elastic_band/src/teb_optimal.cpp:220
↓ 2 callersMethodPush
* @brief Push the data into the buffer * @param item Item to be pushed into the buffer */
roborts_base/roborts_sdk/utilities/circular_buffer.h:42
↓ 2 callersMethodResetPartMap
roborts_costmap/src/costmap_2d.cpp:102
↓ 2 callersMethodResizeMap
roborts_costmap/src/costmap_2d.cpp:83
↓ 2 callersMethodSetDefaultValue
* @brief Set the default map of the costmap * @param c the cost value to set */
roborts_costmap/include/costmap/costmap_2d.h:249
↓ 2 callersMethodSetGoalVelocity
roborts_planning/local_planner/timed_elastic_band/include/timed_elastic_band/teb_acceleration_eage.h:379
↓ 2 callersMethodSetTheta
* @brief Set orientation * @param theta The new value of theta_ */
roborts_planning/local_planner/include/local_planner/data_base.h:106
↓ 2 callersMethodSetThreadState
roborts_detection/armor_detection/constraint_set/constraint_set.cpp:467
↓ 2 callersMethodSpin
roborts_base/roborts_sdk/dispatch/handle.cpp:46
↓ 2 callersMethodUpdateAndPruneTEB
roborts_planning/local_planner/timed_elastic_band/src/teb_vertex_console.cpp:484
↓ 2 callersMethodVisualize
roborts_planning/local_planner/timed_elastic_band/src/teb_optimal.cpp:197
↓ 2 callersMethodWorld2MapNoBoundary
roborts_costmap/src/costmap_2d.cpp:196
↓ 2 callersMethodWorld2MapWithBoundary
roborts_costmap/src/costmap_2d.cpp:204
↓ 2 callersMethodgetState
roborts_tracking/tracking_utility.cpp:70
↓ 2 callersMethodinit
Initialize tracker
roborts_tracking/KCFcpp/src/kcftracker.cpp:161
↓ 2 callersFunctionintersects_helper
roborts_costmap/src/costmap_math.cpp:92
↓ 2 callersFunctionread
roborts_planning/local_planner/timed_elastic_band/include/timed_elastic_band/teb_base_eage.h:96
↓ 2 callersFunctionrearrange
roborts_tracking/KCFcpp/src/ffttools.hpp:187
↓ 2 callersFunctionresize
roborts_tracking/KCFcpp/src/recttools.hpp:67
↓ 2 callersFunctionsign0
@brief Same as sign(x) but returns 0 if x is 0. */
roborts_costmap/include/costmap/costmap_math.h:63
↓ 2 callersMethodupdate
Update position based on the new frame
roborts_tracking/KCFcpp/src/kcftracker.cpp:173
↓ 2 callersFunctionx2
roborts_tracking/KCFcpp/src/recttools.hpp:55
↓ 2 callersFunctiony2
roborts_tracking/KCFcpp/src/recttools.hpp:61
↓ 1 callersMethodActivate
roborts_costmap/src/static_layer.cpp:147
↓ 1 callersMethodAddExtraBounds
roborts_costmap/src/costmap_layer.cpp:69
↓ 1 callersMethodAdvance
* @brief Do add iteration add */
roborts_planning/local_planner/include/local_planner/line_iterator.h:86
↓ 1 callersMethodAutoResize
roborts_planning/local_planner/timed_elastic_band/src/teb_vertex_console.cpp:168
↓ 1 callersFunctionAverageAngles
roborts_planning/local_planner/include/local_planner/utility_tool.h:84
↓ 1 callersFunctionCheckCollision
roborts_planning/local_planner/include/local_planner/obstacle.h:211
↓ 1 callersMethodCheckIndexFree
roborts_localization/amcl/map/amcl_map.cpp:125
↓ 1 callersMethodCheckMapCoordsValid
roborts_localization/amcl/map/amcl_map.cpp:97
↓ 1 callersMethodCheckTfUpdate
roborts_localization/amcl/amcl.cpp:535
↓ 1 callersMethodClearCostMap
roborts_costmap/src/costmap_interface.cpp:423
↓ 1 callersMethodCluster
roborts_localization/amcl/particle_filter/particle_filter_kdtree.cpp:195
↓ 1 callersMethodClusterStatistics
roborts_localization/amcl/particle_filter/particle_filter.cpp:160
↓ 1 callersMethodComputeCellIndexByMap
roborts_localization/amcl/map/amcl_map.cpp:77
↓ 1 callersMethodComputeVelocityCommands
roborts_planning/local_planner/timed_elastic_band/src/teb_local_planner.cpp:70
↓ 1 callersMethodConvertFromMsg
roborts_localization/amcl/map/amcl_map.cpp:101
↓ 1 callersMethodConvertMapCoordsToWorldCoords
roborts_localization/amcl/map/amcl_map.cpp:89
↓ 1 callersMethodConvertWorldCoordsToMapCoords
roborts_localization/amcl/map/amcl_map.cpp:81
↓ 1 callersFunctionCoordAdd
roborts_localization/localization_math.cpp:23
↓ 1 callersFunctionCreateInteractiveMarker
roborts_planning/local_planner/src/teb_test.cpp:154
↓ 1 callersMethodCreateMessage
roborts_base/roborts_sdk/dispatch/dispatch.h:118
↓ 1 callersMethodCreateMessageHeader
roborts_base/roborts_sdk/dispatch/dispatch.h:91
↓ 1 callersMethodCreateRequest
roborts_base/roborts_sdk/dispatch/dispatch.h:334
↓ 1 callersMethodCreateResponse
roborts_base/roborts_sdk/dispatch/dispatch.h:227
↓ 1 callersFunctionCross2D
roborts_planning/local_planner/include/local_planner/utility_tool.h:45
↓ 1 callersMethodDeactivate
roborts_costmap/src/static_layer.cpp:151
↓ 1 callersMethodDetectArmor
roborts_detection/armor_detection/constraint_set/constraint_set.cpp:90
↓ 1 callersFunctionDistancePolygonToPolygon2D
* @brief Calculate two 2D polygons' distance * @param vertices1 Vertices of first 2D polygon's vertices * @param vertices2 Vertices of second 2D pol
roborts_planning/local_planner/include/local_planner/distance_calculation.h:263
↓ 1 callersFunctionEigenDecomposition
roborts_localization/localization_math.cpp:32
↓ 1 callersFunctionEulerToQuaternion
roborts_planning/local_planner/include/local_planner/utility_tool.h:101
↓ 1 callersMethodExecuteClient
roborts_base/roborts_sdk/dispatch/execution.cpp:56
↓ 1 callersMethodExecuteService
roborts_base/roborts_sdk/dispatch/execution.cpp:42
↓ 1 callersMethodExecuteSubscription
roborts_base/roborts_sdk/dispatch/execution.cpp:26
↓ 1 callersMethodGetBehaviorState
* @brief Get the state of the behavior node * @return The state of the behavior node */
roborts_decision/behavior_tree/behavior_node.h:114
↓ 1 callersMethodGetCameraDistortion
roborts_detection/util/cv_toolbox.h:92
↓ 1 callersMethodGetCameraMatrix
roborts_detection/util/cv_toolbox.h:83
↓ 1 callersMethodGetCaptureTime
roborts_detection/util/cv_toolbox.h:167
↓ 1 callersMethodGetCluster
roborts_localization/amcl/particle_filter/particle_filter_kdtree.cpp:155
↓ 1 callersMethodGetClusterStatistics
roborts_localization/amcl/particle_filter/particle_filter.cpp:284
↓ 1 callersMethodGetDefaultValue
* @brief Get the default value of the costmap * @return the default value of the map */
roborts_costmap/include/costmap/costmap_2d.h:256
↓ 1 callersMethodGetDiagDistance
roborts_localization/amcl/map/amcl_map.cpp:73
↓ 1 callersMethodGetFilePath
roborts_costmap/include/costmap/layered_costmap.h:163
↓ 1 callersMethodGetFootprint
roborts_costmap/src/costmap_interface.cpp:373
↓ 1 callersMethodGetGoal
roborts_decision/blackboard/blackboard.h:140
↓ 1 callersMethodGetInscribedRadius
@brief The radius of a circle centered at the origin of the * robot which is just within all points and edges of the robot's * footprint. *
roborts_costmap/include/costmap/layered_costmap.h:154
↓ 1 callersMethodGetParam
roborts_base/roborts_base_config.h:25
↓ 1 callersMethodGetParamFromRos
roborts_localization/amcl/amcl.cpp:73
↓ 1 callersMethodGetRobotFootprint
* @brief Get the footprint points which are already padded. * @return The vector of footprint point. */
roborts_costmap/include/costmap/costmap_interface.h:177
↓ 1 callersFunctionGetRobotFootprintModel
roborts_planning/local_planner/include/local_planner/robot_position_cost.h:135
↓ 1 callersMethodGetSizeX
roborts_localization/amcl/map/amcl_map.cpp:65
↓ 1 callersMethodGetSizeY
roborts_localization/amcl/map/amcl_map.cpp:69
↓ 1 callersMethodGetSumOfAllTimeDiffs
roborts_planning/local_planner/timed_elastic_band/src/teb_vertex_console.cpp:194
↓ 1 callersMethodGetVel
roborts_planning/local_planner/src/odom_info.cpp:35
↓ 1 callersMethodGetVelocity
roborts_planning/local_planner/timed_elastic_band/src/teb_optimal.cpp:975
← previousnext →101–200 of 1,056, ranked by callers