Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</template>

<v-card>
<v-card-title class="text-h5 grey lighten-2">
<v-card-title class="text-h5">
Accelerometer Calibration
</v-card-title>
<div class="ma-6">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</template>

<v-card>
<v-card-title class="text-h5 grey lighten-2">
<v-card-title class="text-h5">
Accelerometer Calibration
</v-card-title>
<v-card-text>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<v-expansion-panel-content>
<p>
This allows automatic "calibration" of compass offsets. You need to have a valid world position.
In order to use this option, click the following button and then driver the vehicle around until
In order to use this option, click the following button and then drive the vehicle around until
you see the message <b>"CompassLearn: finished"</b>
</p>
<compass-learn :compasses="compasses" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
</template>

<v-card>
<v-card-title class="text-h5 grey lighten-2">
Large Vehicle Compass Calibration
<v-card-title class="text-h5 grey lighten-2 black--text">
Compass Calibration Learning
</v-card-title>
<v-card-text>
A Valid position is required for Compass Learn to estimate the local world magnetic field.
A valid position is required for Compass Learn to estimate the local world magnetic field.
<auto-coordinate-detector
v-model="coordinates"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</template>

<v-card>
<v-card-title class="text-h5 grey lighten-2">
<v-card-title class="text-h5 grey lighten-2 black--text">
Onboard Compass Calibration
</v-card-title>
<v-card-text class="pa-10">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</template>

<v-card>
<v-card-title class="text-h5 grey lighten-2">
<v-card-title class="text-h5 grey lighten-2 black--text">
Large Vehicle Compass Calibration
</v-card-title>
<v-card-text>
Expand Down