Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,18 @@ <h2>Thrust Expo</h2>
</td>
</tr>

<tr>
<td>
<a href="../SimpleGCS" style="margin: 20px; display: inline-block;"><img src="../images/SimpleGCS_Icon.png" style="width:200px"></a>
</td>
<td style="text-align:left; vertical-align:top; max-width:960px;">
<h2>Simple GCS</h2>
An example simple web based GCS. Setup for small boats
(eg. autonomous buoy). Supports wss to connect via ArduPilot
support server.
</td>
</tr>

</table>

</body>
Expand Down
Loading