MCPcopy Create free account

hub / github.com/RoboMaster/RoboRTS / functions

Functions1,056 in github.com/RoboMaster/RoboRTS

↓ 45 callersMethodresize
roborts_planning/local_planner/timed_elastic_band/include/timed_elastic_band/teb_base_eage.h:177
↓ 39 callersMethodPoseVertex
roborts_planning/local_planner/timed_elastic_band/include/timed_elastic_band/teb_vertex_console.h:139
↓ 24 callersMethodSizePoses
roborts_planning/local_planner/timed_elastic_band/include/timed_elastic_band/teb_vertex_console.h:222
↓ 23 callersMethodX
roborts_common/math/geometry.h:36
↓ 23 callersMethodY
roborts_common/math/geometry.h:40
↓ 22 callersMethodGetCostMap
roborts_decision/blackboard/blackboard.h:178
↓ 20 callersFunctionPenaltyBoundToInterval
roborts_planning/local_planner/timed_elastic_band/include/timed_elastic_band/teb_penalties.h:65
↓ 17 callersMethodGetSizeXCell
roborts_costmap/src/costmap_2d.cpp:331
↓ 17 callersFunctionReadProtoFromTextFile
roborts_common/include/io/io.h:41
↓ 14 callersMethodUnlockMemory
* @brief Unlock the memor pool */
roborts_base/roborts_sdk/utilities/memory_pool.h:252
↓ 13 callersMethodGetSizeYCell
roborts_costmap/src/costmap_2d.cpp:335
↓ 13 callersFunctionPointToLineDistance
roborts_common/math/math.h:101
↓ 13 callersMethodSetParameters
roborts_planning/local_planner/timed_elastic_band/include/timed_elastic_band/teb_via_point_edge.h:88
↓ 13 callersMethodTimeDiffVertex
roborts_planning/local_planner/timed_elastic_band/include/timed_elastic_band/teb_vertex_console.h:143
↓ 13 callersMethodWorld2Map
roborts_costmap/src/costmap_2d.cpp:184
↓ 12 callersFunctionDistancePointToSegment2D
roborts_planning/local_planner/include/local_planner/distance_calculation.h:107
↓ 12 callersMethodStart
roborts_costmap/src/costmap_interface.cpp:275
↓ 11 callersMethodSetConfig
roborts_planning/local_planner/timed_elastic_band/include/timed_elastic_band/teb_base_eage.h:189
↓ 11 callersMethoderror_code
roborts_common/include/state/error_code.h:109
↓ 10 callersMethodExecute
roborts_decision/executor/gimbal_executor.cpp:11
↓ 10 callersMethodIsOK
roborts_common/include/state/error_code.h:116
↓ 10 callersMethodPublish
roborts_base/roborts_sdk/dispatch/dispatch.h:166
↓ 10 callersFunctionfftd
roborts_tracking/KCFcpp/src/ffttools.hpp:62
↓ 9 callersMethodGetCharMap
roborts_costmap/src/costmap_2d.cpp:167
↓ 9 callersMethodGetCost
roborts_costmap/src/costmap_2d.cpp:171
↓ 9 callersMethodGetCostMap2D
roborts_decision/blackboard/blackboard.h:182
↓ 8 callersMethodGetCostMap
roborts_costmap/include/costmap/layered_costmap.h:94
↓ 8 callersMethodGetResolution
roborts_costmap/src/costmap_2d.cpp:355
↓ 8 callersMethodLockMemory
* @brief Lock the memory pool */
roborts_base/roborts_sdk/utilities/memory_pool.h:246
↓ 7 callersMethodGetCurrentSampleSetPtr
roborts_localization/amcl/particle_filter/particle_filter.cpp:300
↓ 7 callersMethodGetMinimumDistance
roborts_planning/local_planner/include/local_planner/obstacle.h:415
↓ 7 callersFunctionPenaltyBoundFromBelow
roborts_planning/local_planner/timed_elastic_band/include/timed_elastic_band/teb_penalties.h:87
↓ 6 callersMethodDrawRotatedRect
* @brief Draw rectangle. * @param img The image will be drew on * @param rect The target rectangle * @param color Rectangle color * @param
roborts_detection/util/cv_toolbox.h:258
↓ 6 callersMethodGetGlobalFrameID
roborts_costmap/include/costmap/layered_costmap.h:75
↓ 6 callersMethodGetProtocol
roborts_base/roborts_sdk/dispatch/handle.cpp:42
↓ 6 callersMethodMap2World
roborts_costmap/src/costmap_2d.cpp:179
↓ 6 callersFunctionRandomGaussianNumByStdDev
roborts_localization/localization_math.h:114
↓ 6 callersMethodReset
* @brief Reset the behavior node * @details manually invoke the IDLE terminate function when the node is in running status */
roborts_decision/behavior_tree/behavior_node.h:97
↓ 6 callersMethodRun
* @brief Loop to tick the behavior tree */
roborts_decision/behavior_tree/behavior_tree.h:44
↓ 5 callersMethodAverageInPlace
* @brief Average operation in two pose. * @param pose1 The first pose * @param pose2 The second pose */
roborts_planning/local_planner/include/local_planner/data_base.h:157
↓ 5 callersFunctionCalcCentroid
roborts_planning/local_planner/include/local_planner/obstacle.h:363
↓ 5 callersFunctionClosestPointOnLineSegment2D
* @brief Calculate a closest point from a point to 2D line segment * @param point Input point * @param line_start Start point of line * @param line
roborts_planning/local_planner/include/local_planner/distance_calculation.h:78
↓ 5 callersFunctionDistance
roborts_planning/local_planner/include/local_planner/utility_tool.h:49
↓ 5 callersMethodGetIndex
* @brief Given two map coordinates... compute the associated index * @param mx The x coordinate * @param my The y coordinate * @return The a
roborts_costmap/include/costmap/costmap_2d.h:183
↓ 5 callersMethodGetOriginX
roborts_costmap/src/costmap_2d.cpp:347
↓ 5 callersMethodGetOriginY
roborts_costmap/src/costmap_2d.cpp:351
↓ 5 callersFunctionLogisticSigmoid
roborts_planning/local_planner/include/local_planner/utility_tool.h:41
↓ 5 callersMethodOrientationUnitVec
* @brief Obtain the orientation vector * @return A orientation vector in form of Eigen::Vector2d */
roborts_planning/local_planner/include/local_planner/data_base.h:180
↓ 5 callersMethodRun
* @brief Run the behavior node * @details Roughly including 3 process * 1. OnInitilaize: Initialize or reset some variables, when tick
roborts_decision/behavior_tree/behavior_node.h:79
↓ 5 callersMethodSizeTimeDiffs
roborts_planning/local_planner/timed_elastic_band/include/timed_elastic_band/teb_vertex_console.h:226
↓ 4 callersFunctionCheckLineSegmentsIntersection2D
* @brief Calculate if two 2D line segment intersection * @param line1_start First line start point * @param line1_end Firts line end point * @param
roborts_planning/local_planner/include/local_planner/distance_calculation.h:122
↓ 4 callersMethodClear
roborts_localization/amcl/particle_filter/particle_filter_kdtree.cpp:70
↓ 4 callersFunctionDistanceSegmentToPolygon2D
* @brief Calculate 2D line segment to 2D polygon distance * @param line_start Line start point * @param line_end Line end point * @param vertices V
roborts_planning/local_planner/include/local_planner/distance_calculation.h:231
↓ 4 callersMethodGetAbortType
* @brief Get the abort type of the precondition node * @return the abort type of the precondition node */
roborts_decision/behavior_tree/behavior_node.h:296
↓ 4 callersFunctionGetMinimumDistance
roborts_planning/local_planner/include/local_planner/obstacle.h:230
↓ 4 callersMethodGetPlugins
roborts_costmap/include/costmap/layered_costmap.h:111
↓ 4 callersMethodGetRobotMapPose
roborts_decision/blackboard/blackboard.h:173
↓ 4 callersMethodInitTEBtoGoal
roborts_planning/local_planner/timed_elastic_band/src/teb_vertex_console.cpp:212
↓ 4 callersMethodInsertPose
roborts_localization/amcl/particle_filter/particle_filter_kdtree.cpp:82
↓ 4 callersMethodLock
* @brief Lock the observation buffer */
roborts_costmap/include/costmap/observation_buffer.h:134
↓ 4 callersFunctionPointDistance
roborts_common/math/math.h:86
↓ 4 callersMethodSetLevel
* @brief Set the level of the behavior node * @param level The expected level of the behavior node */
roborts_decision/behavior_tree/behavior_node.h:156
↓ 4 callersMethodSetParent
* @brief Set the parent of the behavior node * @param parent_node_ptr */
roborts_decision/behavior_tree/behavior_node.h:128
↓ 4 callersMethodUnlock
* @brief Lock the observation buffer */
roborts_costmap/include/costmap/observation_buffer.h:141
↓ 4 callersFunctionbind_this_sub
roborts_common/include/alg_factory/bind_this.h:31
↓ 3 callersMethodAddPlugin
roborts_costmap/include/costmap/layered_costmap.h:115
↓ 3 callersMethodAsyncSendRequest
roborts_base/roborts_sdk/dispatch/dispatch.h:253
↓ 3 callersFunctionCalculateMinAndMaxDistances
roborts_costmap/src/footprint.cpp:59
↓ 3 callersMethodClearPlanner
roborts_planning/local_planner/timed_elastic_band/include/timed_elastic_band/teb_optimal.h:162
↓ 3 callersFunctionDistancePointToPolygon2D
* @brief Calculate point to 2D polygon distance * @param point Input point * @param vertices 2D polygon's vertices * @return distance of point to 2
roborts_planning/local_planner/include/local_planner/distance_calculation.h:195
↓ 3 callersFunctionDistanceSegmentToPolygon2D
roborts_common/math/math.h:345
↓ 3 callersFunctionDistanceSegmentToSegment2D
roborts_common/math/math.h:261
↓ 3 callersFunctionDistanceSegmentToSegment2D
roborts_planning/local_planner/include/local_planner/distance_calculation.h:170
↓ 3 callersMethodGetBehaviorType
* @brief Get the type of the behavior node * @return The type of the behavior node */
roborts_decision/behavior_tree/behavior_node.h:107
↓ 3 callersMethodGetCommandInfo
roborts_base/roborts_sdk/dispatch/dispatch.h:191
↓ 3 callersMethodGetMutex
roborts_costmap/include/costmap/costmap_2d.h:318
↓ 3 callersMethodGetRobotPose
roborts_costmap/src/costmap_interface.cpp:322
↓ 3 callersMethodGetX
roborts_decision/example_behavior/line_iterator.h:79
↓ 3 callersMethodGetY
roborts_decision/example_behavior/line_iterator.h:80
↓ 3 callersMethodIndex2Cells
* @brief Given an index, compute the associated map coordinates * @param index The index * @param mx Will be set to the x coordinate * @pa
roborts_costmap/include/costmap/costmap_2d.h:193
↓ 3 callersMethodInitialize
roborts_costmap/src/layer.cpp:59
↓ 3 callersMethodIsInit
roborts_planning/local_planner/timed_elastic_band/include/timed_elastic_band/teb_vertex_console.h:230
↓ 3 callersMethodIsRollingWindow
roborts_costmap/include/costmap/layered_costmap.h:79
↓ 3 callersFunctionPointToLineDistance
roborts_planning/local_planner/include/local_planner/utility_tool.h:53
↓ 3 callersMethodSetCost
roborts_costmap/src/costmap_2d.cpp:175
↓ 3 callersMethodTake
roborts_base/roborts_sdk/protocol/protocol.cpp:149
↓ 3 callersFunctionTransformFootprint
roborts_costmap/src/footprint.cpp:118
↓ 3 callersFunctioncomputeError
roborts_planning/local_planner/timed_elastic_band/include/timed_elastic_band/teb_obstacle_eage.h:80
↓ 3 callersFunctiondistance
roborts_costmap/include/costmap/costmap_math.h:67
↓ 3 callersMethodgetROI
roborts_tracking/tracking_utility.cpp:65
↓ 3 callersFunctionreal
roborts_tracking/KCFcpp/src/ffttools.hpp:126
↓ 3 callersFunctionsign
@brief Return -1 if x < 0, +1 otherwise. */
roborts_costmap/include/costmap/costmap_math.h:58
↓ 2 callersMethodAdvance
roborts_decision/example_behavior/line_iterator.h:66
↓ 2 callersMethodAllocMemory
* @brief Allocate a memory block in the pool * @param size size of the memory block * @return pointer of memory block */
roborts_base/roborts_sdk/utilities/memory_pool.h:108
↓ 2 callersMethodBufferCloud
roborts_costmap/src/observation_buffer.cpp:123
↓ 2 callersMethodCalculateDistance
roborts_planning/local_planner/include/local_planner/robot_footprint_model.h:219
↓ 2 callersMethodCancel
roborts_decision/example_behavior/chase_behavior.h:138
↓ 2 callersFunctionCheckLineSegmentsIntersection2D
roborts_common/math/math.h:187
↓ 2 callersMethodClearAllVertex
roborts_planning/local_planner/timed_elastic_band/src/teb_vertex_console.cpp:148
↓ 2 callersMethodCreateRequestHeader
roborts_base/roborts_sdk/dispatch/dispatch.h:194
next →1–100 of 1,056, ranked by callers