Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jmichaux authored Sep 8, 2024
1 parent bd80c95 commit b16b5c6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,16 +256,7 @@ <h2 class="section_title">Introduction</h2>
<!-- Method -->
<div class="container" style="background-color:#f2f2f2">
<h2 class="section_title">Method</h2>
<p class="body"> </p>
<div style="text-align: center;">
<img src="./figures/armour_2d_reachset.png", width="900pt">
</div>
</div>

<!-- Example -->
<div class="container" style="background-color:#f2f2f2">
<h2 class="section_title">Example Trajectory</h2>
<p class="body">A visualization of how the polynomial zonotope trajectory representation is used to construct the polynomial zonotope forward occupancy for a two link arm in 2D.
<p class="body"> A visualization of how the polynomial zonotope trajectory representation is used to construct the polynomial zonotope forward occupancy for a two link arm in 2D.
A desired trajectory for each joint is shown in black in the top two rows.
The same desired trajectory is depicted in each column.
The planning time horizon is represented as a finite set of polynomial zonotopes (Sec. VIII-A1).
Expand All @@ -276,6 +267,15 @@ <h2 class="section_title">Example Trajectory</h2>
The third column depicts a family of desired trajectories buffered by the ultimate bound that are overapproximated by a finite set of polynomial zonotopes and the corresponding forward occupancy of the robot over this entire set.
The fourth column depicts a subset of the sets illustrated in the third column generated by slicing in a specific trajectory parameter (Sec. VIII-A4).
Note that the desired trajectory always remains within polynomial zonotopes. </p>
<div style="text-align: center;">
<img src="./figures/armour_2d_reachset.png", width="900pt">
</div>
</div>

<!-- Example -->
<div class="container" style="background-color:#f2f2f2">
<h2 class="section_title">Example Trajectory</h2>
<p class="body"></p>
<div class="video-line1">
<video src="https://github.com/user-attachments/assets/d71ad793-431b-4598-9753-3942817b5958", width="900pt", controls="true" muted playsinline>
</video>
Expand Down

0 comments on commit b16b5c6

Please sign in to comment.