| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "controller_port": 5277,
- "variable_list": [
- {
- "name": "robot_control_mode",
- "type": "u64int_obj"
- },
- {
- "name": "robot_is_moving",
- "type": "bool_obj"
- },
- {
- "name": "motor_velocity",
- "type": "array6_obj"
- }
- ],
- "object_list": [
- {
- "type": "fracture_robot_interface",
- "name": "frac_robot",
- "init_config": {
- "com_port": "COM4",
- "screw": {
- "top": {
- "origin": [
- 0,
- 0,
- 0
- ],
- "direction": [
- 0,
- 1,
- 0
- ]
- },
- "side": {
- "origin": [
- 0,
- 0,
- 0
- ],
- "direction": [
- 0,
- 0,
- -1
- ]
- }
- }
- },
- "start_config": {
- "input_config": {
- "max_velocity": 5.0,
- "controller_gain": 3.0,
- "control_mode": "direct",
- "current_tcp": "tcp_in_robot_base",
- "target_tcp": "target_tcp_in_robot_base",
- "target_motor_velocity": "motor_velocity"
- },
- "output_config": {
- "current_control_mode": "robot_control_mode",
- "is_moving": "robot_is_moving"
- }
- }
- }
- ]
- }
|