From 70001b10cd3d76b38281a95615bcc61d5fe1f07d Mon Sep 17 00:00:00 2001 From: Matt M Date: Thu, 29 Sep 2022 09:48:29 -0400 Subject: [PATCH 1/3] Start addressing things --- .../src/views/PipelineViews/AprilTagTab.vue | 2 +- .../src/views/PipelineViews/TargetsTab.vue | 13 +------------ 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/photon-client/src/views/PipelineViews/AprilTagTab.vue b/photon-client/src/views/PipelineViews/AprilTagTab.vue index 8fecdc37e2..48ce0fd036 100644 --- a/photon-client/src/views/PipelineViews/AprilTagTab.vue +++ b/photon-client/src/views/PipelineViews/AprilTagTab.vue @@ -16,7 +16,7 @@ name="Decimate" min="0" max="3" - step=".01" + step=".5" @input="handlePipelineData('decimate')" /> - -