MCPcopy Create free account

hub / github.com/ai-winter/ros_motion_planning / functions

Functions923 in github.com/ai-winter/ros_motion_planning

MethodaddPose
(self, topic, name="Current Goal", color=None, arrow_shape=None)
src/plugins/dynamic_rviz_config/scripts/displays.py:73
MethodaddPoseArray
(self, topic="/particlecloud", color=None)
src/plugins/dynamic_rviz_config/scripts/displays.py:64
MethodaddToGraph
* @brief Adds a node to the graph of visited nodes. * @param index The index of the node in the graph. * @return A pointer to the added node. */
src/core/path_planner/path_planner/src/graph_planner/hybrid_astar_planner/hybrid_astar_planner.cpp:459
MethodaddToQueue
* @brief Add a node to the open set * @param cost The cost to sort into the open set of the node * @param node Node pointer reference to add to open
src/core/path_planner/path_planner/src/graph_planner/hybrid_astar_planner/hybrid_astar_planner.cpp:483
MethodalternativePrunedDiagram
retrieve the alternatively pruned diagram. see updateAlternativePrunedDiagram()
src/plugins/map_plugins/voronoi_layer/include/dynamicvoronoi.h:38
FunctionangleComplement
* Compute the complement of the angle with respect to 2*pi. * @param angle Angle in radians. * @return Complement angle in radians. */
src/core/common/src/geometry/angles.cpp:81
FunctionangleDifference
* @brief Calculate the smallest angular difference between two angles. * @param angle_1 The starting angle in radians. * @param angle_2 The ending a
src/core/common/src/geometry/angles.cpp:119
MethodangularRegularization
* @brief angular velocity regularization * @param w_in raw angular velocity * @param w_d desired angular velocity * @return w regulated angul
src/core/controller/controller/src/controller.cpp:109
MethodapplyCommonStyles
Applies common styles which apply to person visuals, such as line width etc.
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/person_display_common.h:198
Methodapproximation
* @brief Given a set of N data points, D0, D1, ..., Dn, a degree k, and a number H, where N > H > k >= 1, * find a B-spline curve of degree k defi
src/core/common/src/geometry/curve/bspline_curve.cpp:195
MethodbacktracePath
* @brief Backtraces from the given node to reconstruct the path. * @param node The final node in the path. * @param path The reconstructed path cons
src/core/path_planner/path_planner/src/graph_planner/hybrid_astar_planner/hybrid_astar_planner.cpp:397
MethodbaseFunction
* @brief Calculate base function using Cox-deBoor function. * @param i The index of base function * @param k The degree of curve * @par
src/core/common/src/geometry/curve/bspline_curve.cpp:54
Methodbezier
* @brief Calculate the Bezier curve point. * @param t scale factor * @param control_pts control points * @return point point in Bezier curve with t
src/core/common/src/geometry/curve/bezier_curve.cpp:48
MethodbsplineGeneration
* @brief Generate the path. * @param k The degree of curve * @param knot The knot vector * @param control_points The cont
src/core/common/src/geometry/curve/bspline_curve.cpp:244
Methodbuild
* @brief Re-builds k-d tree * @param points set of points */
src/core/common/include/common/structure/kd_tree.h:64
MethodbuildAgentTreeRecursive
src/core/controller/orca_controller/include/RVO/KdTree.cc:181
MethodbuildObstacleTreeRecursive
src/core/controller/orca_controller/include/RVO/KdTree.cc:250
MethodcalFitnessValue
* @brief Calculate the value of fitness function * @param position the control points calculated by PSO * @return fitness the value of fitness func
src/core/path_planner/path_planner/src/evolutionary_planner/ga_planner.cpp:259
MethodcalFitnessValue
* @brief Calculate the value of fitness function * @param position the control points calculated by PSO * @return fitness the value of fitness func
src/core/path_planner/path_planner/src/evolutionary_planner/pso_planner.cpp:246
MethodcalFitnessValue
* @brief Calculate the value of fitness function * @param position the control points calculated by PSO * @return fitness the value of fitness func
src/core/path_planner/path_planner/src/evolutionary_planner/aco_planner.cpp:251
Methodcalc_ellipse
Calculates the points on a rotated ellipse given by center xc, yc, half axes a, b and angle phi. Returns number of points np and points in Cart. coord
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/visuals/covariance_visual.h:174
Methodcalc_prob_elli_95
Calculates the points on a 95%-iso-probability ellipse given by the bivarate RV with mean xc, yc and covariance matrix sxx, syy, sxy. Returns number o
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/visuals/covariance_visual.h:209
Methodcalc_prob_elli_99
Calculates the points on a 99%-iso-probability ellipse given by the bivarate RV with mean xc, yc and covariance matrix sxx, syy, sxy. Returns number o
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/visuals/covariance_visual.h:222
MethodcalculateKey
* @brief Calculate the key of s * * @param s LNode pointer * @return the key value */
src/core/path_planner/path_planner/src/graph_planner/dstar_lite_planner.cpp:100
MethodcalculateKey
* @brief Calculate the key of s * @param s LNode pointer * @return the key value */
src/core/path_planner/path_planner/src/graph_planner/lpa_star_planner.cpp:97
MethodcheckTrajectory
* This function is used when other strategies are to be applied, * but the cost functions for obstacles are to be reused. */
src/core/controller/dwa_controller/src/dwa.cpp:188
MethodcheckVoro
src/plugins/map_plugins/voronoi_layer/src/dynamicvoronoi.cpp:406
MethodclearGraph
* @brief Clear graph of nodes searched */
src/core/path_planner/path_planner/src/graph_planner/hybrid_astar_planner/hybrid_astar_planner.cpp:472
MethodclearQueue
* @brief Clear heuristic queue of nodes to search */
src/core/path_planner/path_planner/src/graph_planner/hybrid_astar_planner/hybrid_astar_planner.cpp:490
MethodcommitAndColorize
src/plugins/map_plugins/voronoi_layer/src/dynamicvoronoi.cpp:361
MethodcomputeDesiredForce
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/sfm.hpp:197
MethodcomputeGroupForce
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/sfm.hpp:335
MethodcomputeObstacleForce
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/sfm.hpp:217
MethodcomputeShortestPath
* @brief Main process of D* lite */
src/core/path_planner/path_planner/src/graph_planner/dstar_lite_planner.cpp:193
MethodcomputeShortestPath
* @brief Main process of LPA* */
src/core/path_planner/path_planner/src/graph_planner/lpa_star_planner.cpp:187
MethodcomputeSocialForce
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/sfm.hpp:272
MethodcomputeVelocityCommands
* @brief Given the current position, orientation, and velocity of the robot, compute the * velocity commands * @param cmd_vel will be filled with th
src/core/controller/lqr_controller/src/lqr_controller.cpp:141
MethodcomputeVelocityCommands
* @brief Given the current position, orientation, and velocity of the robot, compute the * velocity commands * @param cmd_vel will be filled with th
src/core/controller/apf_controller/src/apf_controller.cpp:138
MethodcomputeVelocityCommands
* @brief Static commands * @param cmd_vel will be filled with the velocity command to be passed to the robot base * @return true if a valid traject
src/core/controller/static_controller/src/static_controller.cpp:101
MethodcomputeVelocityCommands
src/core/controller/dwa_controller/src/dwa_controller.cpp:234
MethodcomputeVelocityCommands
* @brief Given the current position, orientation, and velocity of the robot, compute the * velocity commands * @param cmd_vel will be filled with th
src/core/controller/pid_controller/src/pid_controller.cpp:141
MethodcomputeVelocityCommands
src/core/controller/orca_controller/src/orca_controller.cpp:105
MethodcomputeVelocityCommands
* @brief Given the current position, orientation, and velocity of the robot, compute the * velocity commands * @param cmd_vel will be filled with th
src/core/controller/mpc_controller/src/mpc_controller.cpp:152
MethodcomputeVelocityCommands
* @brief Given the current position, orientation, and velocity of the robot, compute the * velocity commands * @param cmd_vel will be filled with th
src/core/controller/rpp_controller/src/rpp_controller.cpp:132
MethodcovarianceXYZIntoTargetFrame
Rotate the position (xyz) part of a pose covariance matrix into the fixed frame used for visualization The covariance matrix needs to be transformed f
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/person_display_common.h:238
MethodcreateCollision
(name, scale, pose=None)
src/plugins/dynamic_xml_config/plugins/pedestrians_generate.py:79
MethodcreateHuman
Create human element of world file. Parameters ---------- config: dict configure dat
src/plugins/dynamic_xml_config/plugins/pedestrians_generate.py:62
MethodcreatePath
* @brief Creates a path between the start and goal points while expanding nodes. * @param start The starting node in (x, y, theta). * @param goal
src/core/path_planner/path_planner/src/graph_planner/hybrid_astar_planner/hybrid_astar_planner.cpp:135
MethodcreatePersonVisualIfRequired
Create a visual representation of the person itself, if not set yet
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/person_display_common.h:178
MethodcreatePlanner
* @brief Create and configure planner * @param nh ROS node handler * @param costmap_ros costmap ROS wrapper * @param planner_props planner property
src/core/path_planner/path_planner/src/utils/path_planner_factory.cpp:52
MethodcreateUnitVec2d
src/core/common/src/geometry/vec2d.cpp:25
MethodcreateVisualIfNotExists
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/human_attributes_display.cpp:114
Methodddddx
src/core/common/src/geometry/curve/quintic_polynomial.cpp:86
Methoddddx
src/core/common/src/geometry/curve/quintic_polynomial.cpp:81
Methodddx
src/core/common/src/geometry/curve/quintic_polynomial.cpp:76
MethoddelDisplays
(self)
src/plugins/dynamic_rviz_config/scripts/config.py:66
MethoddelStdPanels
(self)
src/plugins/dynamic_rviz_config/scripts/config.py:115
MethoddelStdTools
(self)
src/plugins/dynamic_rviz_config/scripts/config.py:91
MethoddeleteObstacleTree
src/core/controller/orca_controller/include/RVO/KdTree.cc:382
MethoddisplayEnableChanged
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/additional_topic_subscriber.h:151
Functiondisplay_representer
(dumper, data)
src/plugins/dynamic_rviz_config/scripts/displays.py:90
MethoddistanceSquareTo
src/core/common/src/geometry/vec2d.cpp:60
MethoddistanceTo
src/core/common/src/geometry/vec2d.cpp:55
MethoddoStep
src/core/controller/orca_controller/include/RVO/RVOSimulator.cc:196
MethoddwaComputeVelocityCommands
src/core/controller/dwa_controller/src/dwa_controller.cpp:156
Methoddx
src/core/common/src/geometry/curve/quintic_polynomial.cpp:71
Functionequal
src/core/common/include/common/math/math_helper.h:83
MethodexchangeObstacles
src/plugins/map_plugins/voronoi_layer/src/dynamicvoronoi.cpp:183
MethodextractExpand
* @brief Extract the expanded Nodes (CLOSED) * @param expand expanded Nodes in vector */
src/core/path_planner/path_planner/src/graph_planner/dstar_planner.cpp:201
MethodextractPath
* @brief Extract path for map * @param start start node * @param goal goal node */
src/core/path_planner/path_planner/src/graph_planner/dstar_planner.cpp:216
MethodextractPath
* @brief Extract path for map * * @param start start node * @param goal goal node * @return flag true if extract successfully else do not */
src/core/path_planner/path_planner/src/graph_planner/dstar_lite_planner.cpp:237
MethodextractPath
* @brief Extract path for map * * @param start start node * @param goal goal node * @return flag true if extract successfully else do not */
src/core/path_planner/path_planner/src/graph_planner/lpa_star_planner.cpp:225
Functionfactorial
* @brief factorial calculation * @param n number * @return n! */
src/core/common/include/common/math/math_helper.h:36
MethodfixedFrameChanged
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/additional_topic_subscriber.h:157
Functionforeach
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/person_display_common.cpp:119
Functionforeach
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/social_relations_display.cpp:84
Functionforeach
Update position of deleted tracks (because they are not being updated by ROS messages any more)
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/tracked_persons_display.cpp:147
Functionforeach
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/tracked_persons_cache.cpp:80
Functionforeach
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/detected_persons_display.cpp:81
MethodframeStarted
We are using this FrameListener callback to orient the mesh towards the camera. Using a SceneManager::Listener and its preUpdateSceneGraph(SceneManage
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/visuals/mesh_node.h:163
MethodfromDegree
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/angle.hpp:54
FunctionfromDegrees
* Convert degrees to radians. * @param degrees Angle in degrees. * @return Angle in radians. */
src/core/common/src/geometry/angles.cpp:28
MethodfromRadian
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/angle.hpp:49
MethodgenerateCrosshair
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/visuals/person_visual.h:255
MethodgenerateWireframe
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/visuals/person_visual.h:188
Methodgeneration
* @brief Generate the path. * @param start Initial pose (x, y, yaw) * @param goal Target pose (x, y, yaw) * @param path The smoothed trajectory p
src/core/common/src/geometry/curve/reeds_shepp_curve.cpp:895
Methodgeneration
* @brief Generate the path. * @param start Initial pose (x, y, yaw) * @param goal Target pose (x, y, yaw) * @param path The smoothed trajectory p
src/core/common/src/geometry/curve/bezier_curve.cpp:89
Methodgeneration
* @brief Generate the path. * @param start Initial pose (x, y, yaw) * @param goal Target pose (x, y, yaw) * @param path The smoothed trajectory p
src/core/common/src/geometry/curve/cubic_spline_curve.cpp:108
Methodgeneration
* @brief Generate the path. * @param start Initial pose (x, y, yaw) * @param goal Target pose (x, y, yaw) * @param path The smoothed trajectory p
src/core/common/src/geometry/curve/bspline_curve.cpp:280
MethodgetActivityColor
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/social_activities_display.cpp:205
MethodgetAgentAgentNeighbor
src/core/controller/orca_controller/include/RVO/RVOSimulator.cc:225
MethodgetAgentMaxNeighbors
src/core/controller/orca_controller/include/RVO/RVOSimulator.cc:230
MethodgetAgentMaxSpeed
src/core/controller/orca_controller/include/RVO/RVOSimulator.cc:234
MethodgetAgentNeighborDist
src/core/controller/orca_controller/include/RVO/RVOSimulator.cc:238
MethodgetAgentNumAgentNeighbors
src/core/controller/orca_controller/include/RVO/RVOSimulator.cc:242
MethodgetAgentNumORCALines
src/core/controller/orca_controller/include/RVO/RVOSimulator.cc:251
MethodgetAgentNumObstacleNeighbors
src/core/controller/orca_controller/include/RVO/RVOSimulator.cc:246
MethodgetAgentObstacleNeighbor
src/core/controller/orca_controller/include/RVO/RVOSimulator.cc:255
MethodgetAgentRadius
src/core/controller/orca_controller/include/RVO/RVOSimulator.cc:273
MethodgetAgentTimeHorizon
src/core/controller/orca_controller/include/RVO/RVOSimulator.cc:277
← previousnext →401–500 of 923, ranked by callers