Skip to content

Commit 21a45aa

Browse files
Fix bullet points (#872)
1 parent 66653d9 commit 21a45aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/concepts/hybrid_planning/hybrid_planning.rst

+5
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,16 @@ The diagram below depicts the fundamental plugin types and ROS interfaces that m
7070
The architecture is structured in three ROS component nodes:
7171

7272
* **Hybrid Planning Manager**
73+
7374
* Provides a ROS action for Hybrid Planning requests
7475
* Runs the planning logic and coordinates the planners
76+
7577
* **Global Planner**
78+
7679
* Solves the global planning problem and publishes the solution trajectory
80+
7781
* **Local Planner**
82+
7883
* Processes incoming global trajectory updates
7984
* Solves the local planning problem based on robot state, world and reference trajectory
8085
* Sends position/velocity commands to the robot driver

0 commit comments

Comments
 (0)