Compare commits
2 Commits
95ea34bbb8
...
b1e35350a2
| Author | SHA1 | Date | |
|---|---|---|---|
| b1e35350a2 | |||
| ad6e38d568 |
@ -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'
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user