From 0a831364305ba7465dfce7bc56116d28b83a8a93 Mon Sep 17 00:00:00 2001 From: Niko Date: Fri, 2 Jun 2023 14:06:59 +0200 Subject: [PATCH] dynamic change of the metric parameters --- ActiveBOWeb/src/components/ControlPanel.vue | 41 ++++++++++++++++----- ActiveBOWeb/src/components/RosBar.vue | 28 -------------- ActiveBOWeb/src/components/SubLayout.vue | 4 +- ActiveBOWeb/src/store/ControlStore.js | 9 ++++- 4 files changed, 42 insertions(+), 40 deletions(-) diff --git a/ActiveBOWeb/src/components/ControlPanel.vue b/ActiveBOWeb/src/components/ControlPanel.vue index 15e08c0..d0eb961 100644 --- a/ActiveBOWeb/src/components/ControlPanel.vue +++ b/ActiveBOWeb/src/components/ControlPanel.vue @@ -1,6 +1,6 @@