diff --git a/src/views/flow/config.js b/src/views/flow/config.js index eb60bda..c97033c 100644 --- a/src/views/flow/config.js +++ b/src/views/flow/config.js @@ -390,9 +390,6 @@ function handler(params) { { name: "target", type: "input", input: "[0, 0, 0, 0, 0, 0]", disabled: true }, { name: "velocity", type: "input", componentType: 'number', max: 5, step: 0.1, input: 0.5, disabled: true }, { name: "acceleration", type: "input", componentType: 'number', max: 5, step: 0.1, input: 1, disabled: true }, - { name: "blendRadius", type: "input", componentType: 'number', max: 5, step: 0.01, input: 0, required: false, disabled: true }, - { name: "jointVelocityLimits", type: "input", input: "", required: false, disabled: true }, - { name: "asynchronous", type: "input", input: false, componentType: 'select', selectOptions: booleanOptions(), required: false, disabled: true } ], outputType: 'json' }, diff --git a/src/views/inspection/cockpit/components/ManualTakeover.vue b/src/views/inspection/cockpit/components/ManualTakeover.vue index 1e8ae57..9f78c58 100644 --- a/src/views/inspection/cockpit/components/ManualTakeover.vue +++ b/src/views/inspection/cockpit/components/ManualTakeover.vue @@ -149,9 +149,7 @@
监控
diff --git a/src/views/inspection/cockpit/components/ManualTakeover/UrdfView.vue b/src/views/inspection/cockpit/components/ManualTakeover/UrdfView.vue deleted file mode 100644 index edf45fa..0000000 --- a/src/views/inspection/cockpit/components/ManualTakeover/UrdfView.vue +++ /dev/null @@ -1,240 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/inspection/cockpit/components/ManualTakeover/index.vue b/src/views/inspection/cockpit/components/ManualTakeover/index.vue index c31703a..63bd4aa 100644 --- a/src/views/inspection/cockpit/components/ManualTakeover/index.vue +++ b/src/views/inspection/cockpit/components/ManualTakeover/index.vue @@ -95,7 +95,7 @@
- +
监控
@@ -115,7 +115,7 @@ - \ No newline at end of file + + + + +