Skip to content

Commit ae2ef91

Browse files
committed
contact solver: fixing bench
1 parent 09a9d56 commit ae2ef91

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

index.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
Simple Robotics: to come soon...
2-
<br>
1+
<html>
2+
<head>
3+
<title>Simple Robotics</title>
4+
</head>
5+
<body>
6+
Simple Robotics: to come soon...
7+
<br>
38

4-
Meanwhile, you can still follow us on <a href="https://github.com/Simple-Robotics"> GitHub</a>, <a href="https://www.youtube.com/@SimpleRoboticsOrg"> YouTube</a>, or read some cool papers from the Simple Robotics team:
5-
<ul>
6-
<li><a href="publications/simple-contact-solver"> Contact solver of the Simple simulator.</a></li>
7-
</ul>
9+
Meanwhile, you can still follow us on <a href="https://github.com/Simple-Robotics"> GitHub</a>, <a href="https://www.youtube.com/@SimpleRoboticsOrg"> YouTube</a>, or read some cool papers from the Simple Robotics team:
10+
<ul>
11+
<li><a href="publications/simple-contact-solver"> Contact solver of the Simple simulator.</a></li>
12+
</ul>
13+
</body>
14+
</html>

publications/simple-contact-solver/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h2 class="title is-3">Abstract</h2>
184184
<div class="column is-four-fifths">
185185
<h2 class="title is-3">Benchmarks</h2>
186186
<div class="content has-text-justified">
187-
<embed src="images/cassie.pdf" alt="Computational time for Cassie robot." type="application/pdf">
187+
<embed src="./images/cassie.pdf" alt="Computational time for Cassie robot." type="application/pdf">
188188
</div>
189189
</div>
190190
</div>

0 commit comments

Comments
 (0)