From 52e8c2ff6cacada4063a113b6bfe5225a0572cfd Mon Sep 17 00:00:00 2001 From: Rohit Nandwani Date: Thu, 13 Jun 2019 19:01:02 -0400 Subject: [PATCH] fixed alignment of l/r panels --- .../components/coordinator/coordinator.html | 1036 ++++++++--------- .../components/coordinator/js/update_guis.js | 7 +- 2 files changed, 521 insertions(+), 522 deletions(-) diff --git a/client/app/components/coordinator/coordinator.html b/client/app/components/coordinator/coordinator.html index 08d593d..260f2e4 100644 --- a/client/app/components/coordinator/coordinator.html +++ b/client/app/components/coordinator/coordinator.html @@ -1,572 +1,572 @@ -
-
-
-
- - Left Arm -
-
-
-
-
-
- Safety Monitor -
-
-
-
    -
  • -
    - -
    - -
    -
    -
  • -
  • -
    - -
    - -
    -
    -
  • -
-
-
- - +
+
+
+
+ + Left Arm +
+
+
+
+
+
+ Safety Monitor
-
-
-
-
- Franka Arm -
-
-
-
    -
  • -
    - -
    - -
    +
    +
    +
      +
    • +
      + +
      +
      -
    • -
    • -
      - -
      - -
      +
      +
    • +
    • +
      + +
      +
      -
    • -
    • -
      - -
      - -
      -
      -
    • -
    • -
      - -
      - -
      -
      -
    • -
    • -
      - -
      - -
      -
      -
    • -
    • -
      - -
      - -
      -
      -
    • -
    • -
      - -
      - -
      -
      -
    • -
    -
    -
    - - +
    +
  • +
+
-
-
-
-
- Robotiq -
-
-
-
-
N/A
-
-
    -
  • -

    X: 0.0

    -
  • -
  • -

    Y: 0.0

    -
  • -
  • -

    Z: 0.0

    -
  • -
-
-
- +
- -
-
+
+
- EEF Configuration - + Franka Arm +
+
+
+
    +
  • +
    + +
    + +
    +
    +
  • +
  • +
    + +
    + +
    +
    +
  • +
  • +
    + +
    + +
    +
    +
  • +
  • +
    + +
    + +
    +
    +
  • +
  • +
    + +
    + +
    +
    +
  • +
  • +
    + +
    + +
    +
    +
  • +
  • +
    + +
    + +
    +
    +
  • +
+
+
+ + +
+
+
+
+
+ Robotiq +
+
+
+
+
N/A
+
+
    +
  • +

    X: 0.0

    +
  • +
  • +

    Y: 0.0

    +
  • +
  • +

    Z: 0.0

    +
  • +
+
+
+ + +
+
+
+ +
+
+
+ EEF Configuration + + +
+ +
+
+ + +
+
+ +
+
+
+
+
+ Operation Mode + +
+
+
+ + + + + +
+ +
+ +
+
+ +
+
+
+ Teaching Mode Operations + +
+
+
+ + + +
+
+ +
+
-
+
- Select Operation Mode + Play Mode Operations
- - - - -
- + +
+
+ - +
+ +
+
+ +
+
+
+ Right Arm + +
+
+
+
+
+
+ Safety Monitor +
+
+
+
    +
  • +
    + +
    + +
    +
    +
  • +
  • +
    + +
    + +
    +
    +
  • +
+
+
+ + +
+
+
+
+
+ Franka Arm +
+
+
+
    +
  • +
    + +
    + +
    +
    +
  • +
  • +
    + +
    + +
    +
    +
  • +
  • +
    + +
    + +
    +
    +
  • +
  • +
    + +
    + +
    +
    +
  • +
  • +
    + +
    + +
    +
    +
  • +
  • +
    + +
    + +
    +
    +
  • +
  • +
    + +
    + +
    +
    +
  • +
+
+
+ +
-
- -
-
-
- Teaching Mode Operations - -
-
-
- - - -
-
- -
-
+
-
+
- Play Mode Operations + EEF Configuration
- + - - - -
-
- -
+
+
+
+ Operation Mode + +
+
+
+ + + + + +
+
+ +
+
+ +
-
- -
-
-
- Right Arm - -
-
-
-
-
-
- Safety Monitor -
-
-
-
    -
  • -
    - -
    - -
    -
    -
  • -
  • -
    - -
    - -
    -
    -
  • -
-
-
- - -
-
-
-
-
- Franka Arm -
-
-
-
    -
  • -
    - -
    - -
    -
    -
  • -
  • -
    - -
    - -
    -
    -
  • -
  • -
    - -
    - -
    -
    -
  • -
  • -
    - -
    - -
    -
    -
  • -
  • -
    - -
    - -
    -
    -
  • -
  • -
    - -
    - -
    -
    -
  • -
  • -
    - -
    - -
    -
    -
  • -
-
-
- - -
-
-
- -
-
-
- EEF Configuration - -
-
-
- - -
-
- -
-
-
-
-
- Select Operation Mode - -
-
-
- - - - - -
-
- -
-
- -
- -
-
- -
- - - - - \ No newline at end of file +
+ + + + + + \ No newline at end of file diff --git a/client/app/components/coordinator/js/update_guis.js b/client/app/components/coordinator/js/update_guis.js index 3763835..76035fb 100644 --- a/client/app/components/coordinator/js/update_guis.js +++ b/client/app/components/coordinator/js/update_guis.js @@ -45,10 +45,9 @@ setTimeout(function(){ }, 1000); - - - - +setTimeout(function(){ + document.querySelector('.hand-panel-right .status-bar').style.height = document.querySelector('.hand-panel-left .status-bar').offsetHeight + 20 + "px"; +}, 100);