Skip to content

Commit

Permalink
start cleanup of sampling-based chapter. added A*
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTedrake committed Apr 20, 2024
1 parent a52dd76 commit 641bb6c
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 152 deletions.
2 changes: 1 addition & 1 deletion book/.tidy.config
Expand Up @@ -626,7 +626,7 @@ new-empty-tags:
# Default: no default value
# Values: tagX, tagY, ...
# See also: new-blocklevel-tags, new-empty-tags, new-pre-tags, custom-tags
new-inline-tags: appendix, chapter, definition, drake, elib, example, exercise, jupyter, pysrc, pysrcinclude, sidenote, subsection, subsubsection, theorem, todo
new-inline-tags: algorithm, appendix, chapter, definition, drake, elib, example, exercise, jupyter, pysrc, pysrcinclude, sidenote, subsection, subsubsection, theorem, todo

# This option specifies new tags that are to be processed in exactly the same
# way as the HTML <pre> element. This option takes a space or comma separated
Expand Down
2 changes: 1 addition & 1 deletion book/htmlbook
Submodule htmlbook updated 1 files
+19 −4 book.css
16 changes: 5 additions & 11 deletions book/index.html
Expand Up @@ -480,22 +480,16 @@ <h1>Table of Contents</h1>
</ul>
<li><a href=policy_search.html#section5>Policy Iteration</a></li>
</ul>
<li><a href="planning.html">Chapter 12: Motion Planning as
Search</a></li>
<li><a href="planning.html">Chapter 12: Sampling-based motion planning</a></li>
<ul>
<li><a href=planning.html#section1>Artificial Intelligence as Search</a></li>
<li><a href=planning.html#section2>Sampling-based motion planning</a></li>
<li><a href=planning.html#section1>Large-scale Incremental Search</a></li>
<li><a href=planning.html#section2>Probabilistic RoadMaps (PRMs)</a></li>
<li><a href=planning.html#section3>Rapidly-exploring Random Trees (RRTs)</a></li>
<ul>
<li>Rapidly-Exploring Random Trees (RRTs)</li>
<li>RRTs for robots with dynamics</li>
<li>Variations and extensions</li>
<li>Discussion</li>
</ul>
<li><a href=planning.html#section3>Decomposition methods</a></li>
<li><a href=planning.html#section4>Planning as Combinatorial + Continuous Optimization</a></li>
<ul>
<li>Motion Planning on Graphs of Convex Sets (GCS)</li>
</ul>
<li><a href=planning.html#section4>Decomposition methods</a></li>
<li><a href=planning.html#section5>Exercises</a></li>
</ul>
<li><a href="feedback_motion_planning.html">Chapter 13: Feedback Motion
Expand Down

0 comments on commit 641bb6c

Please sign in to comment.