Skip to content

Commit

Permalink
update builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Oct 6, 2023
1 parent 034bcc5 commit d26727f
Show file tree
Hide file tree
Showing 9 changed files with 86 additions and 0 deletions.
1 change: 1 addition & 0 deletions javascript/example/bundle/index.bundle.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><script>window.location.replace("./index.html");</script></head><body> </body></html>
1 change: 1 addition & 0 deletions javascript/example/bundle/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"><meta charset="utf-8"><title>URDF Viewer Example</title><script src="https://unpkg.com/@webcomponents/[email protected]/webcomponents-bundle.js"></script><link href="https://fonts.googleapis.com/css?family=Roboto:100,300" rel="stylesheet"><link href="styles.8986bff4.css" type="text/css" rel="stylesheet"><script src="redirect.9e0f3bb7.js"></script></head><body tabindex="0"> <div id="menu"> <ul id="urdf-options"> <li urdf="../../../urdf/T12/urdf/T12_flipped.URDF" color="#E91E63">ATHLETE</li> <li urdf="../../../urdf/TriATHLETE/urdf/TriATHLETE_flipped.URDF" color="#009688">TriATHLETE</li> <li urdf="../../../urdf/TriATHLETE_Climbing/urdf/TriATHLETE_flipped.URDF" color="#FFB300">TriATHLETE Climbing</li> </ul> <div id="controls" class="hidden"> <div id="toggle-controls"></div> <div>Drag and drop URDF files or folders! <br> (Chrome Only)</div> <div id="ignore-joint-limits" class="toggle">Ignore Joint Limits</div> <div id="radians-toggle" class="toggle">Use Radians</div> <div id="autocenter-toggle" class="checked toggle">Autocenter</div> <div id="collision-toggle" class="toggle">Show Collision</div> <div id="do-animate" class="checked toggle">Animate Joints</div> <label> Up Axis <select id="up-select"> <option value="+X">+X</option> <option value="-X">-X</option> <option value="+Y">+Y</option> <option value="-Y">-Y</option> <option value="+Z">+Z</option> <option value="-Z" selected>-Z</option> </select> </label> <ul></ul> </div> </div> <urdf-viewer up="-Z" display-shadow="" tabindex="0"></urdf-viewer> <script src="src.a2b27638.js"></script> </body></html>
3 changes: 3 additions & 0 deletions javascript/example/bundle/redirect.9e0f3bb7.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions javascript/example/bundle/simple.52756071.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions javascript/example/bundle/simple.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"><meta charset="utf-8"><title>Simple URDF Loading Example</title><style>body,html{box-sizing:border-box;margin:0;padding:0;overflow:hidden}</style><script src="redirect.9e0f3bb7.js"></script></head><body> <script src="simple.52756071.js"></script> </body></html>
32 changes: 32 additions & 0 deletions javascript/example/bundle/src.a2b27638.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions javascript/example/bundle/styles.8986bff4.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions javascript/example/bundle/vr.103ccd90.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions javascript/example/bundle/vr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"><meta charset="utf-8"><title>URDF VR Example</title><style>body,html{box-sizing:border-box;margin:0;padding:0;overflow:hidden}</style><script src="redirect.9e0f3bb7.js"></script></head><body> <script src="vr.103ccd90.js"></script> </body></html>

0 comments on commit d26727f

Please sign in to comment.