Skip to content

Commit

Permalink
frontend: allow testing alternate MAVLink message options
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander authored Jul 4, 2024
1 parent 18c5db0 commit aa5b089
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dvl-a50/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ <h2>Status</h2>
</div>
</v-card>
</v-col>
<!-- uncoomment this to have control of what kind of message is bein sent and to allow pointing the dvl forward-->
<!--
<v-col>
<v-card height="200">
<h2>Message type:</h2>
Expand All @@ -60,6 +58,8 @@ <h2>Message type:</h2>
</v-radio-group>
</v-card>
</v-col>
<!-- uncoomment this to allow pointing the dvl forward-->
<!--
<v-col>
<v-card height="200">
<h2>Orientation:</h2>
Expand Down Expand Up @@ -126,7 +126,7 @@ <h2>Water Linked DVL Configuration Page</h2>
rovMarker: undefined,
newHostname: null,
rovPosition: [],
messageOptions: ["POSITION_DELTA", "POSITION_ESTIMATE", "SPEED_ESTIMATE"],
messageOptions: ["POSITION_DELTA", "SPEED_ESTIMATE", "POSITION_ESTIMATE"],
orientationOptions: {
"Downwards (LED pointing forward)": 1,
"Forward (Experimental)": 2,
Expand Down

0 comments on commit aa5b089

Please sign in to comment.