MCPcopy Create free account

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

Functions923 in github.com/ai-winter/ros_motion_planning

Methodkey
src/core/path_planner/path_planner/include/path_planner/graph_planner/dstar_lite_planner.h:58
MethodknnSearch
* @brief Searches k-nearest neighbors * @param query the point in the KD Tree * @param k k nearest neighbors * @return k-nearest neighbo
src/core/common/include/common/structure/kd_tree.h:127
MethodknotGeneration
* @brief Generate knot vector. * @param parameters The parameters of given points * @param n The number of data points * @return knot The
src/core/common/src/geometry/curve/bspline_curve.cpp:129
Functionlarge
src/core/common/include/common/math/math_helper.h:71
Methodlayout
(self)
3rd/conanfile.py:22
MethodlengthSquare
src/core/common/src/geometry/vec2d.cpp:35
Functionless
src/core/common/include/common/math/math_helper.h:59
MethodlinearRegularization
* @brief linear velocity regularization * @param v_in raw linear velocity * @param v_d desired linear velocity * @return v regulated linear v
src/core/controller/controller/src/controller.cpp:86
MethodmakePlan
* @brief plan a path given start and goal in world map * @param start start in world map * @param goal goal in world map * @param plan plan * @r
src/core/path_planner/path_planner/src/path_planner_node.cpp:110
MethodmakePlanService
* @brief Regeister planning service * @param req request from client * @param resp response from server * @return true */
src/core/path_planner/path_planner/src/path_planner_node.cpp:240
MethodmarkerMatch
src/plugins/map_plugins/voronoi_layer/src/dynamicvoronoi.cpp:838
MethodmarkerMatchAlternative
src/plugins/map_plugins/voronoi_layer/src/dynamicvoronoi.cpp:757
Methodmatrix
src/core/common/include/common/geometry/curve/bezier_curve.h:103
Methodmodify
* @brief Modify the map when collision occur between x and y in path, and then do * processState() * @param x DNode pointer of one DNode */
src/core/path_planner/path_planner/src/graph_planner/dstar_planner.cpp:258
Methodmove
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/sfm.hpp:538
MethodnnSearch
* @brief Searches the nearest neighbor * @param query the point in the KD Tree * @param min_dist the min distance between query and its nea
src/core/common/include/common/structure/kd_tree.h:108
Methodnormalize
* @brief Normalizes roll_, pitch_, and yaw_ to [-PI, PI). */
src/core/common/include/common/geometry/angles.h:253
MethododometryCallback
src/core/controller/orca_controller/src/orca_controller.cpp:172
MethodonInitialize
src/plugins/map_plugins/voronoi_layer/src/voronoi_layer.cpp:42
MethodonInitialize
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/social_activities_display.cpp:54
MethodonInitialize
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/tracked_groups_display.cpp:46
MethodonInitialize
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/social_relations_display.cpp:44
MethodonInitialize
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/human_attributes_display.cpp:46
MethodonInitialize
Overrides base class method
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/person_display_common.h:155
MethodonInitialize
The constructor must have no arguments, so we can't give the constructor the parameters it needs to fully initialize.
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/tracked_persons_display.cpp:46
MethodonInitialize
The constructor must have no arguments, so we can't give the constructor the parameters it needs to fully initialize.
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/detected_persons_display.cpp:46
Methodoperator!=
src/core/controller/orca_controller/include/RVO/Vector2.cc:79
Methodoperator!=
src/core/common/include/common/geometry/point.h:61
Methodoperator!=
src/core/common/include/common/geometry/point.h:121
Methodoperator!=
* @brief Overloading operator != for Node class * @param n another Node * @return true if current node equals node n, else false */
src/core/common/include/common/structure/node.h:138
Methodoperator!=
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/angle.hpp:151
Methodoperator()
src/core/path_planner/path_planner/include/path_planner/graph_planner/hybrid_astar_planner/hybrid_astar_planner.h:36
Methodoperator()
* @brief Compare cost between 2 nodes * @param n1 one Node * @param n2 another Node * @return true if the cost to get to n1 is greater
src/core/common/include/common/structure/node.h:155
Methodoperator()
* @brief Compare coordinates between 2 nodes * @param n1 one Node * @param n2 another Node * @return true if n1 equals n2, else false
src/core/common/include/common/structure/node.h:173
Methodoperator()
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/vector2d.hpp:47
Methodoperator()
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/vector2d.hpp:246
Functionoperator*
src/core/controller/orca_controller/include/RVO/Vector2.cc:112
Functionoperator*
src/core/common/src/geometry/vec2d.cpp:150
Functionoperator*
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/vector2d.hpp:228
Methodoperator*
src/core/controller/orca_controller/include/RVO/Vector2.cc:53
Methodoperator*
src/core/common/src/geometry/vec2d.cpp:104
Methodoperator*
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/vector2d.hpp:167
Methodoperator+
src/core/controller/orca_controller/include/RVO/Vector2.cc:67
Methodoperator+
src/core/common/src/geometry/vec2d.cpp:89
Methodoperator+
* @brief Overloading operator + for Node class * @param n another Node * @return Node with current node's and input node n's values added */
src/core/common/include/common/structure/node.h:108
Methodoperator+
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/angle.hpp:122
Methodoperator+
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/vector2d.hpp:198
Methodoperator-
src/core/controller/orca_controller/include/RVO/Vector2.cc:51
Methodoperator-
src/core/path_planner/path_planner/include/path_planner/utils/motions.h:58
Methodoperator-
src/core/common/src/geometry/vec2d.cpp:94
Methodoperator-
* @brief Overloading operator - for Node class * @param n another Node * @return Node with current node's and input node n's values subtracted
src/core/common/include/common/structure/node.h:118
Methodoperator-
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/angle.hpp:127
Methodoperator-
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/vector2d.hpp:207
Methodoperator/
src/core/controller/orca_controller/include/RVO/Vector2.cc:61
Methodoperator/
src/core/common/src/geometry/vec2d.cpp:109
Methodoperator/
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/vector2d.hpp:178
Methodoperator<
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/angle.hpp:156
Methodoperator<
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/vector2d.hpp:59
Methodoperator<=
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/angle.hpp:161
Methodoperator=
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/sfm.hpp:164
Methodoperator==
src/core/controller/orca_controller/include/RVO/Vector2.cc:75
Methodoperator==
* @brief operator== for comparisons * @param Node2D right hand side node reference * @return If cell indices are equal */
src/core/path_planner/path_planner/src/graph_planner/hybrid_astar_planner/node_hybird.cpp:62
Methodoperator==
src/core/common/src/geometry/vec2d.cpp:144
Methodoperator==
src/core/common/include/common/geometry/point.h:56
Methodoperator==
src/core/common/include/common/geometry/point.h:115
Methodoperator==
* @brief Overloading operator == for Node class * @param n another Node * @return true if current node equals node n, else false */
src/core/common/include/common/structure/node.h:128
Methodoperator==
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/angle.hpp:146
Methodoperator==
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/vector2d.hpp:55
Methodoperator>
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/angle.hpp:166
Methodoperator>=
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/angle.hpp:171
Methodoperator[]
src/core/common/include/common/geometry/point.h:51
Methodoperator[]
src/core/common/include/common/geometry/point.h:110
Methodoperator[]
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/vector2d.hpp:51
MethodoptimizeAnt
* @brief Ant update optimization iteration * @param ant Ants to be updated for velocity * @param best_ant Global optimal ant * @param gen
src/core/path_planner/path_planner/src/evolutionary_planner/aco_planner.cpp:286
MethodoptimizeGenets
* @brief Genets update optimization iteration * @param genets_p individuals selected for retention * @param genets_c descendants of select
src/core/path_planner/path_planner/src/evolutionary_planner/ga_planner.cpp:374
MethodoptimizeParticle
* @brief Particle update optimization iteration * @param particle Particles to be updated for velocity * @param best_particle Global optimal
src/core/path_planner/path_planner/src/evolutionary_planner/pso_planner.cpp:338
MethodoutlineMap
src/plugins/map_plugins/voronoi_layer/src/voronoi_layer.cpp:79
MethodparamSelection
* @brief Calculate parameters using the `uniform spaced` or `chrod length` or `centripetal` method. * @param points Path points * @return param
src/core/common/src/geometry/curve/bspline_curve.cpp:86
MethodpersonVisualTypeChanged
Set the rendering style (cylinders, meshes, ...) of tracked persons
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/social_activities_display.cpp:253
MethodpersonVisualTypeChanged
Set the rendering style (cylinders, meshes, ...) of tracked persons
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/tracked_groups_display.cpp:148
MethodpersonVisualTypeChanged
Set the rendering style (cylinders, meshes, ...) of tracked persons
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/tracked_persons_display.cpp:298
MethodpersonVisualTypeChanged
Set the rendering style (cylinders, meshes, ...) of detected persons
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/detected_persons_display.cpp:79
Methodplan
* @brief RRT implementation * @param start start node * @param goal goal node * @param expand containing the node been search during th
src/core/path_planner/path_planner/src/sample_planner/rrt_star_planner.cpp:40
Methodplan
* @brief RRT implementation * @param start start node * @param goal goal node * @param path The resulting path in (x, y,
src/core/path_planner/path_planner/src/sample_planner/rrt_planner.cpp:43
Methodplan
* @brief RRT-Connect implementation * @param start start node * @param goal goal node * @param expand containing the node been search d
src/core/path_planner/path_planner/src/sample_planner/rrt_connect_planner.cpp:38
Methodplan
* @brief Informed RRT* implementation * @param start start node * @param goal goal node * @param expand containing the node been search
src/core/path_planner/path_planner/src/sample_planner/informed_rrt_star_planner.cpp:42
Methodplan
* @brief GA implementation * @param start start node * @param goal goal node * @param path The resulting path in (x, y, t
src/core/path_planner/path_planner/src/evolutionary_planner/ga_planner.cpp:47
Methodplan
* @brief PSO implementation * @param start start node * @param goal goal node * @param path The resulting path in (x, y,
src/core/path_planner/path_planner/src/evolutionary_planner/pso_planner.cpp:50
Methodplan
* @brief ACO implementation * @param start start node * @param goal goal node * @param path The resulting path in (x, y,
src/core/path_planner/path_planner/src/evolutionary_planner/aco_planner.cpp:49
Methodplan
* @brief A* implementation * @param start start node * @param goal goal node * @param path The resulting path in (x, y
src/core/path_planner/path_planner/src/graph_planner/astar_planner.cpp:63
Methodplan
* @brief Theta* implementation * @param start start node * @param goal goal node * @param path The resulting path in (x,
src/core/path_planner/path_planner/src/graph_planner/theta_star_planner.cpp:44
Methodplan
* @brief Lazy implementation * @param start start node * @param goal goal node * @param path The resulting path in (x,
src/core/path_planner/path_planner/src/graph_planner/lazy_planner.cpp:37
Methodplan
* @brief Voronoi-based planning implementation * @param start start node * @param goal goal node * @param path optimal pa
src/core/path_planner/path_planner/src/graph_planner/voronoi_planner.cpp:54
Methodplan
* @brief Lazy Theta* implementation * @param start start node * @param goal goal node * @param path The resulting path in
src/core/path_planner/path_planner/src/graph_planner/lazy_theta_star_planner.cpp:43
Methodplan
* @brief D* implementation * @param start start node * @param goal goal node * @param expand containing the node been se
src/core/path_planner/path_planner/src/graph_planner/dstar_planner.cpp:270
Methodplan
* @brief D* lite implementation * @param start start node * @param goal goal node * @param expand containing the node been search during the
src/core/path_planner/path_planner/src/graph_planner/dstar_lite_planner.cpp:301
Methodplan
* @brief LPA* implementation * @param start start node * @param goal goal node * @param expand containing the node been search during the pro
src/core/path_planner/path_planner/src/graph_planner/lpa_star_planner.cpp:288
Methodplan
* @brief S-Theta* implementation * @param start start node * @param goal goal node * @param path The resulting path in (x
src/core/path_planner/path_planner/src/graph_planner/s_theta_star_planner.cpp:41
Methodplan
* @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:69
Methodplugin
Implement of maps layer application.
src/plugins/dynamic_xml_config/plugins/maps_generate.py:26
← previousnext →601–700 of 923, ranked by callers