Skip to content

Commit d98a37f

Browse files
Takumi Itokosuke55
Takumi Ito
authored andcommitted
insert astar python documents into the README
Signed-off-by: Takumi Ito <takumi.ito@tier4.jp>
1 parent b81ab8a commit d98a37f

File tree

1 file changed

+18
-0
lines changed
  • planning/freespace_planning_algorithms

1 file changed

+18
-0
lines changed

planning/freespace_planning_algorithms/README.md

+18
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,24 @@ The black cells, green box, and red box, respectively, indicate obstacles,
7474
start configuration, and goal configuration.
7575
The sequence of the blue boxes indicate the solution path.
7676

77+
## Extension to Python module (only A\* supported)
78+
79+
There is an implementation of the extension to the python module.
80+
You can try A\* search via Python by setting follows:
81+
82+
- parameters,
83+
- costmap,
84+
- start pose,
85+
- goal pose.
86+
87+
Then, you can get
88+
89+
- success or failure,
90+
- searched trajectory.
91+
92+
The example code is [scripts/example/example.py](scripts/example/example.py).
93+
Note that you need to build this package and source the setup shell script in advance.
94+
7795
## License notice
7896

7997
Files `src/reeds_shepp.cpp` and `include/astar_search/reeds_shepp.h`

0 commit comments

Comments
 (0)