Skip to content

Commit

Permalink
Update TargetsTab.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Oct 20, 2023
1 parent 1a8855d commit 640b199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photon-client/src/components/dashboard/tabs/TargetsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const currentPipelineSettings = useCameraSettingsStore().currentPipelineSettings
<td>{{ target.skew.toFixed(2) }}&deg;</td>
<td>{{ target.area.toFixed(2) }}&deg;</td>
</template>
<template v-else-if="useCameraSettingsStore().currentPipelineSettings.solvePNPEnabled">
<template v-else>
<td>{{ target.pose?.x.toFixed(2) }}&nbsp;m</td>
<td>{{ target.pose?.y.toFixed(2) }}&nbsp;m</td>
<td>{{ (((target.pose?.angle_z || 0) * 180.0) / Math.PI).toFixed(2) }}&deg;</td>
Expand Down

0 comments on commit 640b199

Please sign in to comment.