Skip to content

Commit

Permalink
Update ApriltagControlCard.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Oct 19, 2023
1 parent 0f518a6 commit 8bc0e84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const degrees = (radians: number): number => (radians * 180) / Math.PI;

<template>
<v-card dark class="pr-6" style="background-color: #006492">
<v-card-title>Apriltag Layout</v-card-title>
<v-card-title>Apriltag Field Layout</v-card-title>
<div class="ml-5">
<p>Field width: {{ useSettingsStore().currentFieldLayout.field.width.toFixed(2) }} meters</p>
<p>Field length: {{ useSettingsStore().currentFieldLayout.field.length.toFixed(2) }} meters</p>
Expand Down

0 comments on commit 8bc0e84

Please sign in to comment.