Skip to content

Commit

Permalink
Include inverse kinematics example
Browse files Browse the repository at this point in the history
  • Loading branch information
Cfather authored Sep 15, 2024
1 parent 95d613e commit db8b865
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,16 +177,16 @@ <h4>
</div>

<h4>
<a href="https://www.kinovarobotics.com/product/gen3-robots">Kinova-gen3</a>
obstacle avoidance
<a href="https://www.kinovarobotics.com/product/gen3-robots">Kinova-gen3</a>
</h4>
<div class="box alt" style="margin-bottom: 1em;">
<div class="row 50% uniform" style="width: 100%; color: black;">
<div class="2u" style="font-size: 1em; line-height: 1.5em; text-align: left; width: 100%">
Obstacle Avoidance Example: <br>
The robot starts from blue configuration and targets at the green configuration.
The obstacles are shown in red.
The waypoints generated by RRT are shown in black.
We solve an optimization problem at each iteration to generate a smooth trajectory that avoids the obstacles while getting to the next waypoint.
We solve an optimization problem at each iteration to generate a smooth trajectory that avoids the obstacles while getting to the next waypoint. <br>
The formulation of the optimization problem is a discrete version of our previous work <a href="https://roahmlab.github.io/armour/">ARMOUR</a>, where constraints are only considered on discrete time samples, rather than continuous time intervals to guarantee safety.
</div>
</div>
Expand All @@ -207,6 +207,19 @@ <h4>
</span>
</div>
</div>
<div class="row 50% uniform" style="width: 100%; color: black;">
<div class="2u" style="font-size: 1em; line-height: 1.5em; text-align: left; width: 100%">
Inverse Kinematics Example: <br>
Solving a series of inverse kinematics in seconds!
</div>
<div class="row 50% uniform" style="width: 100%;">
<div class="2u" style="font-size: 1em; line-height: 1.5em; text-align: center; width: 33.33%">
<span class="image fit">
<img src="https://github.com/user-attachments/assets/7587bb5f-4bca-4421-8653-ab7e6a3e9696" alt="">
</span>
</div>
</div>
</div>
</div>

<hr>
Expand Down

0 comments on commit db8b865

Please sign in to comment.