Skip to content

Commit

Permalink
Fix bullet points (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanie-eng authored Feb 16, 2024
1 parent 66653d9 commit 21a45aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/concepts/hybrid_planning/hybrid_planning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,16 @@ The diagram below depicts the fundamental plugin types and ROS interfaces that m
The architecture is structured in three ROS component nodes:

* **Hybrid Planning Manager**

* Provides a ROS action for Hybrid Planning requests
* Runs the planning logic and coordinates the planners

* **Global Planner**

* Solves the global planning problem and publishes the solution trajectory

* **Local Planner**

* Processes incoming global trajectory updates
* Solves the local planning problem based on robot state, world and reference trajectory
* Sends position/velocity commands to the robot driver
Expand Down

0 comments on commit 21a45aa

Please sign in to comment.