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 6ce64a1 commit 81a2908
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const quaternionToEuler = (rot_quat: Quaternion): { x: number; y: number; z: num

<template>
<v-card dark class="pr-6 pb-3" style="background-color: #006492">
<v-card-title>Apriltag Field 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 81a2908

Please sign in to comment.