Skip to content

Commit f72082d

Browse files
committed
constent a* spelling
1 parent e813640 commit f72082d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/5_path_planning/time_based_grid_search/time_based_grid_search_main.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ https://www.cs.cmu.edu/~maxim/files/sipp_icra11.pdf
2525

2626
It is faster than space-time A* because it pre-computes the intervals of time that are unoccupied in each cell. This allows it to reduce the number of successor node it generates by avoiding nodes within the same interval.
2727

28-
**Comparison with Space-time A*:**
28+
**Comparison with SpaceTime A*:**
2929

3030
Arrangement 1 starting at (1, 18)
3131

@@ -34,7 +34,7 @@ SafeInterval planner::
3434
Found path to goal after 322 expansions
3535
Planning took: 0.00730 seconds
3636

37-
SpaceTimeAStar::
37+
SpaceTime A*::
3838

3939
Found path to goal after 2717154 expansions
4040
Planning took: 20.51330 seconds

0 commit comments

Comments
 (0)