Skip to content

Commit

Permalink
docs(update README)
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-winter committed Sep 28, 2024
1 parent 72c5383 commit 98ce93c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ This repository provides the implementation of common **Motion Planning** algori
ros-noetic-base-local-planner \
ros-noetic-map-server \
ros-noetic-move-base \
ros-noetic-navfn
ros-noetic-navfn \
libgoogle-glog-dev
```

4. Clone the reposity.
Expand Down Expand Up @@ -114,10 +115,9 @@ ros_motion_planner
├── scripts
└── src
├── core
│   ├── global_planner
│   ├── local_planner
│   ├── curve_generation
│   └── utils
│   ├── common
│   ├── path_planner
│   └── controller
├── sim_env # simulation environment
│   ├── config
│   ├── launch
Expand All @@ -131,6 +131,7 @@ ros_motion_planner
│   ├── dynamic_rviz_config
│   ├── dynamic_xml_config
│   ├── gazebo_plugins
│   ├── map_plugins
│   └── rviz_plugins
└── user_config # user configure file
```
Expand Down

0 comments on commit 98ce93c

Please sign in to comment.