ur_interface_config.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "listen_port": 5277,
  3. "object_list": [
  4. {
  5. "type": "ur_interface",
  6. "name": "ur_interface",
  7. "init_config": {
  8. "address": "192.168.38.141",
  9. "report_frequency": 125
  10. },
  11. "start_config": {
  12. "output_objs": {
  13. "joint_info": {
  14. "target_q": "ur_joint_target_q",
  15. "target_qd": "ur_joint_target_qd",
  16. "target_qdd": "ur_joint_target_qdd",
  17. "actual_q": "ur_joint_actual_q",
  18. "actual_qd": "ur_joint_actual_qd"
  19. },
  20. "tcp_info": {
  21. "target_pose": "robot_tcp_target_pose",
  22. "target_speed": "robot_tcp_target_speed",
  23. "actual_pose": "robot_tcp_actual_pose",
  24. "actual_speed": "robot_tcp_actual_speed"
  25. },
  26. "is_controllable": "robot_is_controllable",
  27. "is_moving": "robot_is_moving"
  28. },
  29. "input_objs": {
  30. "tcp_offset_pose": "robot_tcp_offset_pose",
  31. "control_mode": "robot_control_mode",
  32. "target_tcp_pose": "robot_target_tcp_pose",
  33. "target_tcp_speed": "robot_target_tcp_speed",
  34. "target_joint_q": "ur_target_joint_q",
  35. "target_joint_qd": "ur_target_joint_qd",
  36. "tcp_speed_limit": "robot_tcp_speed_limit",
  37. "tcp_acceleration_limit": "robot_tcp_acceleration_limit",
  38. "joint_speed_limit": "ur_joint_speed_limit",
  39. "joint_acceleration_limit": "ur_joint_acceleration_limit"
  40. }
  41. }
  42. }
  43. ]
  44. }