mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
16 lines
762 B
HTML
16 lines
762 B
HTML
<h1>CLEVER Drone Kit Tools</h1>
|
|
|
|
<ul>
|
|
<!-- <li><a href="">View user reference</a> (<a href="http://clever.copterexpress.com">http://clever.copterexpress.com</a> snapshot)</li> -->
|
|
<li><a href="" id="wvs">View image topics</a> (<code>web_video_server</code>)</li>
|
|
<li><a href="" id="butterfly">Open web terminal</a> (<code>Butterfly</code>)</li>
|
|
<li><a href="" id="docs">Documentation</a> (<code>gitbook</code>)</li>
|
|
<!-- <li><a href="viz.html">View 3D visualization</a> (<code>ros3djs</code>)</li> -->
|
|
</ul>
|
|
|
|
<script type="text/javascript">
|
|
document.querySelector("#wvs").href = location.origin + ':8080';
|
|
document.querySelector("#butterfly").href = location.origin + ':57575';
|
|
document.querySelector("#docs").href = location.origin + '/docs';
|
|
</script>
|