mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-30 06:49:32 +00:00
15 lines
438 B
HTML
15 lines
438 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script type="text/javascript" src="js/three.min.js"></script>
|
|
<script type="text/javascript" src="js/eventemitter2.js"></script>
|
|
<script type="text/javascript" src="js/roslib.js"></script>
|
|
<script type="text/javascript" src="js/ros3d.js"></script>
|
|
<title>3D visualization</title>
|
|
</head>
|
|
<body>
|
|
<div id="viz"></div>
|
|
<script type="text/javascript" src="js/viz.js"></script>
|
|
</body>
|
|
</html>
|