Skip to content

Commit

Permalink
VehicleSetup: mark calibration as not-safe when vehicle is armed
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani authored and patrickelectric committed Oct 11, 2024
1 parent fb77385 commit 32e3a77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/frontend/src/components/vehiclesetup/Configure.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
{{ page.title }}
</v-tab>
</v-tabs>
<not-safe-overlay />
<v-tabs-items :value="currentSubtab">
<v-tab-item
v-for="page in filtered_pages"
Expand All @@ -33,6 +34,7 @@
<script lang="ts">
import Vue from 'vue'
import NotSafeOverlay from '@/components/common/NotSafeOverlay.vue'
import VehicleInfo from '@/components/vehiclesetup/overview/VehicleInfo.vue'
import VehicleViewer from '@/components/vehiclesetup/viewers/VehicleViewer.vue'
import autopilot from '@/store/autopilot_manager'
Expand Down Expand Up @@ -76,6 +78,7 @@ export default Vue.extend({
BaroCalib,
FailsafesConfigration,
Camera,
NotSafeOverlay,
},
data() {
return {
Expand Down

0 comments on commit 32e3a77

Please sign in to comment.