We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66653d9 commit 21a45aaCopy full SHA for 21a45aa
doc/concepts/hybrid_planning/hybrid_planning.rst
@@ -70,11 +70,16 @@ The diagram below depicts the fundamental plugin types and ROS interfaces that m
70
The architecture is structured in three ROS component nodes:
71
72
* **Hybrid Planning Manager**
73
+
74
* Provides a ROS action for Hybrid Planning requests
75
* Runs the planning logic and coordinates the planners
76
77
* **Global Planner**
78
79
* Solves the global planning problem and publishes the solution trajectory
80
81
* **Local Planner**
82
83
* Processes incoming global trajectory updates
84
* Solves the local planning problem based on robot state, world and reference trajectory
85
* Sends position/velocity commands to the robot driver
0 commit comments