From 6d095351139ab4ba316a20500bbcd412a22843f4 Mon Sep 17 00:00:00 2001 From: Niko Date: Wed, 24 May 2023 17:46:18 +0200 Subject: [PATCH] integration of all but acrobot envs and msg + srvs adaption --- ActiveBOWeb/src/components/ControlPanel.vue | 39 ++++++++----- .../{MountainCarCanvas.vue => RLCanvas.vue} | 20 +++---- ActiveBOWeb/src/components/RosBar.vue | 58 ++++++++++--------- ActiveBOWeb/src/components/SubLayout.vue | 2 +- ActiveBOWeb/src/store/ControlStore.js | 24 +++++--- .../store/{MountainCarStore.js => RLStore.js} | 2 +- 6 files changed, 83 insertions(+), 62 deletions(-) rename ActiveBOWeb/src/components/{MountainCarCanvas.vue => RLCanvas.vue} (73%) rename ActiveBOWeb/src/store/{MountainCarStore.js => RLStore.js} (92%) diff --git a/ActiveBOWeb/src/components/ControlPanel.vue b/ActiveBOWeb/src/components/ControlPanel.vue index 3428acc..9f4475a 100644 --- a/ActiveBOWeb/src/components/ControlPanel.vue +++ b/ActiveBOWeb/src/components/ControlPanel.vue @@ -1,11 +1,18 @@