mirror of
https://github.com/CopterExpress/clover.git
synced 2026-06-01 15:39:32 +00:00
30 lines
845 B
HTML
30 lines
845 B
HTML
<html lang="en">
|
|
<head>
|
|
<title>ROS topics</title>
|
|
<script src="js/roslib.js"></script>
|
|
<link rel="icon" href="data:,"> <!-- make chrome don't request icon -->
|
|
<script type="module" src="js/topics.js"></script>
|
|
<script src="js/json-to-pretty-yaml.js"></script>
|
|
<style>
|
|
#topics { line-height: 1.2em; }
|
|
#topic-view {
|
|
display: none;
|
|
}
|
|
#topic-message {
|
|
display: none;
|
|
white-space: pre;
|
|
font-family: monospace;
|
|
}
|
|
.counter { color: #b9b9b9; margin-bottom: 1em; }
|
|
#topic-type { font-family: monospace; font-size: 0.5em; vertical-align: super; font-weight: normal; }
|
|
.topic { font-family: monospace; }
|
|
body.closed { background-color: rgb(207, 207, 207); }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1> </h1>
|
|
<ul id="topics"></ul>
|
|
<code id="topic-message">No messages received</code>
|
|
</body>
|
|
</html>
|