Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ai-winter/ros_motion_planning
/ functions
Functions
923 in github.com/ai-winter/ros_motion_planning
⨍
Functions
923
◇
Types & classes
165
↓ 1 callers
Method
setCameraFacing
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/visuals/mesh_node.h:124
↓ 1 callers
Method
setDisplays
(self, displays)
src/plugins/dynamic_rviz_config/scripts/config.py:55
↓ 1 callers
Method
setEnabled
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/additional_topic_subscriber.h:135
↓ 1 callers
Method
setFixedFrame
(self, frame="map")
src/plugins/dynamic_rviz_config/scripts/config.py:126
↓ 1 callers
Method
setMotionPrimitiveIndex
* @brief Sets the motion primitive index used to achieve node in search * @param motion_primitive_index reference to motion primitive idx * @par
src/core/path_planner/path_planner/include/path_planner/graph_planner/hybrid_astar_planner/node_hybrid.h:120
↓ 1 callers
Function
setPoseAndTwistFromAngle
( pose, twist, angle, radius )
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/scripts/send_test_msgs.py:11
↓ 1 callers
Method
setScalingFactor
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/visuals/person_visual.h:91
↓ 1 callers
Method
setStdPanels
(self)
src/plugins/dynamic_rviz_config/scripts/config.py:102
↓ 1 callers
Method
setStdTools
(self)
src/plugins/dynamic_rviz_config/scripts/config.py:77
↓ 1 callers
Method
setTimeStep
* @brief Sets the time step of the simulation. * @param[in] timeStep The time step of the simulation. Must be positive. */
src/core/controller/orca_controller/include/RVO/RVOSimulator.h:647
↓ 1 callers
Method
solve
src/core/common/src/geometry/curve/quintic_polynomial.cpp:41
↓ 1 callers
Method
spawn
ROS service for spawning static obstacles in Gazebo world.
src/plugins/dynamic_xml_config/plugins/obstacles_generate.py:56
↓ 1 callers
Method
toRotationMatrix
src/core/common/include/common/geometry/angles.h:415
↓ 1 callers
Method
update
src/core/controller/orca_controller/include/RVO/Agent.cc:675
↓ 1 callers
Method
update
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/tracked_persons_display.cpp:135
↓ 1 callers
Method
updatePlanAndLocalCosts
src/core/controller/dwa_controller/src/dwa.cpp:209
↓ 1 callers
Method
updatePosition
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/sfm.hpp:589
↓ 1 callers
Method
worldToMap
* @brief Tranform from world map(x, y) to costmap(x, y) * @param mx costmap x * @param my costmap y * @param wx world map x * @param wy world map
src/core/controller/controller/src/controller.cpp:151
↓ 1 callers
Method
writeMainLaunch
Create configure file of package `sim_env` dynamically. Args: path (str): the path of file(.launch.xml) to write.
src/plugins/dynamic_xml_config/main_generate.py:24
↓ 1 callers
Method
writePedestrianWorld
Create configure file to construct pedestrians environment. Parameters ---------- path: str the path of
src/plugins/dynamic_xml_config/plugins/pedestrians_generate.py:52
↓ 1 callers
Method
writeRobotsXml
Create configure file to start robots dynamically. Parameters ---------- path: str the path of file(.lau
src/plugins/dynamic_xml_config/plugins/robot_generate.py:35
Method
ACOPathPlanner
* @brief Construct a new ACO object * @param costmap the environment for path planning */
src/core/path_planner/path_planner/src/evolutionary_planner/aco_planner.cpp:30
Method
APFController
* @brief Construct a new APFController object */
src/core/controller/apf_controller/src/apf_controller.cpp:37
Method
AStarPathPlanner
* @brief Construct a new AStar object * @param costmap the environment for path planning * @param dijkstra using diksktra implementation * @par
src/core/path_planner/path_planner/src/graph_planner/astar_planner.cpp:42
Method
AdditionalTopicSubscriber
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/additional_topic_subscriber.h:98
Method
Agent
src/core/controller/orca_controller/include/RVO/Agent.cc:245
Method
Agent
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/sfm.hpp:87
Method
AgentTreeNode
src/core/controller/orca_controller/include/RVO/KdTree.cc:109
Method
Angle
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/angle.hpp:42
Method
Ant
src/core/path_planner/path_planner/include/path_planner/evolutionary_planner/aco_planner.h:44
Method
BSplineCurve
* @brief Construct a new B-Spline generation object * @param step Simulation or interpolation size (default: 0.01) * @param order Degre
src/core/common/src/geometry/curve/bspline_curve.cpp:30
Method
Bernstein
src/core/common/include/common/geometry/curve/bezier_curve.h:100
Method
BezierCurve
* @brief Construct a new Bezier generation object * @param step Simulation or interpolation size (default: 0.1) * @param offset The offs
src/core/common/src/geometry/curve/bezier_curve.cpp:28
Method
BoundedPriorityQueue
* @brief Construct a new Bounded Priority Queue object */
src/core/common/include/common/structure/kd_tree.h:195
Method
BoundingBoxPersonVisual
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/visuals/person_visual.h:155
Method
BresenhamCollisionDetection
src/core/common/include/common/geometry/collision_checker.h:73
Method
CCC
* @brief # 8 Circle-Circle-Circle generation mode(using reflect, timeflip and backwards). * @param x/y Goal position * @param phi Goal pose * @retu
src/core/common/src/geometry/curve/reeds_shepp_curve.cpp:404
Method
CCCC
* @brief # 8 Circle-Circle(beta)-Circle(beta)-Circle generation mode (using reflect, timeflip and backwards). * @param x/y Goal position * @param ph
src/core/common/src/geometry/curve/reeds_shepp_curve.cpp:576
Method
CCSC
* @brief # 16 Circle-Circle(pi/2)-Straight-Circle and Circle-Straight-Circle(pi/2)-Circle * generation mode (using reflect, timeflip and backwards).
src/core/common/src/geometry/curve/reeds_shepp_curve.cpp:657
Method
CCSCC
* @brief # 4 Circle-Circle(pi/2)-Straight--Circle(pi/2)-Circle generation mode (using reflect, timeflip and * backwards). * @param x/y Goal position
src/core/common/src/geometry/curve/reeds_shepp_curve.cpp:806
Method
CSC
* @brief # 8 Circle-Straight-Circle generation mode(using reflect, timeflip and backwards). * @param x/y Goal position * @param phi Goal pose * @re
src/core/common/src/geometry/curve/reeds_shepp_curve.cpp:491
Method
CollisionChecker
src/core/common/include/common/geometry/collision_checker.h:25
Function
CompareActivityByType
Helper function for guaranteeing consistent ordering of activity labels
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/social_activities_display.cpp:318
Method
Controller
* @brief Construct a new Controller object */
src/core/controller/controller/src/controller.cpp:33
Method
CovarianceVisual
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/visuals/covariance_visual.h:45
Method
CrosshairPersonVisual
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/visuals/person_visual.h:230
Method
CubicSplineCurve
* @brief Construct a new Cubic spline generation object * @param step Simulation or interpolation size (default: 0.1) * @param offset Th
src/core/common/src/geometry/curve/cubic_spline_curve.cpp:28
Method
Curve
* @brief Construct a new Curve object * @param step Simulation or interpolation size */
src/core/common/src/geometry/curve/curve.cpp:26
Method
CylinderPersonVisual
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/visuals/person_visual.h:117
Method
DNode
* @brief Construct a new DNode object * @param x X value * @param y Y value * @param g Cost to get to this node * @param h
src/core/path_planner/path_planner/include/path_planner/graph_planner/dstar_planner.h:46
Method
DStarLitePathPlanner
* @brief Construct a new DStarLite object * @param costmap the environment for path planning */
src/core/path_planner/path_planner/src/graph_planner/dstar_lite_planner.cpp:31
Method
DStarPathPlanner
* @brief Construct a new DStar object * @param costmap the environment for path planning */
src/core/path_planner/path_planner/src/graph_planner/dstar_planner.cpp:33
Method
DWA
src/core/controller/dwa_controller/src/dwa.cpp:90
Method
DWAController
src/core/controller/dwa_controller/src/dwa_controller.cpp:59
Method
DubinsCurve
* @brief Construct a new Dubins generation object * @param step Simulation or interpolation size (default: 0.1) * @param max_curv The maxi
src/core/common/src/geometry/curve/dubins_curve.cpp:50
Method
DynamicVoronoi
src/plugins/map_plugins/voronoi_layer/src/dynamicvoronoi.cpp:6
Method
EulerAnglesZYX
* @brief Constructs an identity rotation. */
src/core/common/include/common/geometry/angles.h:134
Method
GAPathPlanner
* @brief Construct a new GA object * @param costmap the environment for path planning */
src/core/path_planner/path_planner/src/evolutionary_planner/ga_planner.cpp:30
Method
Genets
src/core/path_planner/path_planner/include/path_planner/evolutionary_planner/ga_planner.h:44
Method
HybridAStarMotionTable
* @brief Constuct the HybridAStarMotionTable object */
src/core/path_planner/path_planner/include/path_planner/graph_planner/hybrid_astar_planner/motion_table.h:33
Method
HybridAStarPathPlanner
* @brief Construct a new Hybrid A* object * @param costmap the environment for path planning */
src/core/path_planner/path_planner/src/graph_planner/hybrid_astar_planner/hybrid_astar_planner.cpp:41
Method
InformedRRTStarPathPlanner
* @brief Constructor * @param costmap the environment for path planning */
src/core/path_planner/path_planner/src/sample_planner/informed_rrt_star_planner.cpp:30
Method
IntPoint
src/plugins/map_plugins/voronoi_layer/include/point.h:10
Method
JNode
@brief Construct a new JNode object * @param x X value * @param y Y value * @param g Cost to get to this node * @param h H
src/core/path_planner/path_planner/include/path_planner/graph_planner/jps_planner.h:44
Method
JPSPathPlanner
* @brief Constructor * @param costmap the environment for path planning */
src/core/path_planner/path_planner/src/graph_planner/jps_planner.cpp:29
Method
KDNode
src/core/common/include/common/structure/kd_tree.h:171
Method
KDTree
* @brief Construct a new KDTree object */
src/core/common/include/common/structure/kd_tree.h:41
Method
KdTree
src/core/controller/orca_controller/include/RVO/KdTree.cc:162
Method
LNode
* @brief Construct a new LNode object * @param x X value * @param y Y value * @param g Cost to get to this node * @
src/core/path_planner/path_planner/include/path_planner/graph_planner/lpa_star_planner.h:48
Method
LNode
* @brief Construct a new LNode object * @param x X value * @param y Y value * @param g Cost to get to this node * @
src/core/path_planner/path_planner/include/path_planner/graph_planner/dstar_lite_planner.h:46
Method
LPAStarPathPlanner
* @brief Construct a new LPAStar object * @param costmap the environment for path planning */
src/core/path_planner/path_planner/src/graph_planner/lpa_star_planner.cpp:31
Method
LQRController
* @brief Construct a new LQR controller object */
src/core/controller/lqr_controller/src/lqr_controller.cpp:33
Method
LRL
* @brief Left-Right-Left generation mode. (L+R-L-) */
src/core/common/src/geometry/curve/reeds_shepp_curve.cpp:160
Method
LRL
* @brief Left-Right-Left generation mode. * @param alpha Initial pose of (0, 0, alpha) * @param beta Goal pose of (dist, 0, beta) * @param dis
src/core/common/src/geometry/curve/dubins_curve.cpp:211
Method
LRLRn
* @brief Left-Right(beta)-Left(beta)-Right generation mode. (L+R+L-R-) */
src/core/common/src/geometry/curve/reeds_shepp_curve.cpp:234
Method
LRLRp
* @brief Left-Right(beta)-Left(beta)-Right generation mode. (L+R-L-R+) */
src/core/common/src/geometry/curve/reeds_shepp_curve.cpp:258
Method
LRSL
* @brief Left-Right(pi/2)-Straight-Left generation mode. (L+R-S-L-) */
src/core/common/src/geometry/curve/reeds_shepp_curve.cpp:312
Method
LRSLR
* @brief Left-Right(pi/2)-Straight-Left(pi/2)-Right generation mode. (L+R-S-L-R+) */
src/core/common/src/geometry/curve/reeds_shepp_curve.cpp:339
Method
LRSR
* @brief Left-Right(pi/2)-Straight-Right generation mode. (L+R-S-R-) */
src/core/common/src/geometry/curve/reeds_shepp_curve.cpp:286
Method
LSL
* @brief Left-Straight-Left generation mode. (L+S+L+) */
src/core/common/src/geometry/curve/reeds_shepp_curve.cpp:185
Method
LSL
* @brief Left-Straight-Left generation mode. * @param alpha Initial pose of (0, 0, alpha) * @param beta Goal pose of (dist, 0, beta) * @param
src/core/common/src/geometry/curve/dubins_curve.cpp:72
Method
LSR
* @brief Left-Straight-Right generation mode. (L+S+R+) */
src/core/common/src/geometry/curve/reeds_shepp_curve.cpp:207
Method
LSR
* @brief Left-Straight-Right generation mode. * @param alpha Initial pose of (0, 0, alpha) * @param beta Goal pose of (dist, 0, beta) * @param
src/core/common/src/geometry/curve/dubins_curve.cpp:127
Method
LazyPathPlanner
* @brief Construct a new Lazy planner * @param costmap the environment for path planning */
src/core/path_planner/path_planner/src/graph_planner/lazy_planner.cpp:26
Method
LazyThetaStarPathPlanner
* @brief Construct a new LazyThetaStar object * @param costmap the environment for path planning */
src/core/path_planner/path_planner/src/graph_planner/lazy_theta_star_planner.cpp:32
Method
Line
src/core/controller/orca_controller/include/RVO/Line.cc:42
Method
Load
* @brief Load the actor plugin. * @param _model Pointer to the parent model. * @param _sdf Pointer to the plugin's SDF elements. */
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/src/pedestrian_sfm_plugin.cpp:48
Method
Load
* @brief Load the actor plugin. * @param _model Pointer to the parent model. * @param _sdf Pointer to the plugin's SDF elements. */
src/plugins/gazebo_plugins/pedestrian_visualizer_plugin/gazebo_ped_visualizer_plugin/src/pedestrian_visual_plugin.cpp:46
Method
LoggerInitializer
src/core/common/include/common/util/log.h:72
Method
M
* @brief Truncate the angle to the interval of -π to π. */
src/core/common/src/geometry/curve/reeds_shepp_curve.cpp:122
Method
MPCController
* @brief Construct a new MPC Controller object */
src/core/controller/mpc_controller/src/mpc_controller.cpp:40
Method
Map
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/map.hpp:42
Method
MeshNode
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/visuals/mesh_node.h:53
Method
MeshPersonVisual
src/plugins/rviz_plugins/spencer_tracking_rviz_plugin/src/visuals/person_visual.cpp:94
Method
MotionPose
* @brief A constructor for MotionPose */
src/core/path_planner/path_planner/include/path_planner/utils/motions.h:44
Method
Node
* @brief Constructor for Node class * @param x x value * @param y y value * @param g g value, cost to get to this node * @param h
src/core/common/include/common/structure/node.h:43
Method
NodeHybrid
* @brief A constructor for NodeHybrid * @param index The index of this node for self-reference */
src/core/path_planner/path_planner/src/graph_planner/hybrid_astar_planner/node_hybird.cpp:27
Method
ORCAController
src/core/controller/orca_controller/src/orca_controller.cpp:28
Method
Obstacle
src/core/controller/orca_controller/include/RVO/Obstacle.cc:42
Method
Obstacle
src/plugins/gazebo_plugins/pedestrian_sfm_plugin/include/lightsfm/map.hpp:35
← previous
next →
201–300 of 923, ranked by callers