global_obj_replay_config.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "listen_port": 5277,
  3. "object_list": [
  4. {
  5. "type": "transform_obj_watcher",
  6. "name": "transform_watcher",
  7. "start_config": {
  8. "obj_name": "transform_sample"
  9. }
  10. },
  11. {
  12. "type": "scalarxyz_obj_watcher",
  13. "name": "scalarxyz_watcher",
  14. "start_config": {
  15. "obj_name": "xyz_sample"
  16. }
  17. },
  18. {
  19. "type": "double_obj_watcher",
  20. "name": "double_watcher",
  21. "start_config": {
  22. "obj_name": "double_sample"
  23. }
  24. },
  25. {
  26. "type": "transform_obj_replayer",
  27. "name": "transform_replayer",
  28. "start_config": {
  29. "obj_name": "transform_sample",
  30. "record_file": "transform_sample.txt"
  31. }
  32. },
  33. {
  34. "type": "scalarxyz_obj_replayer",
  35. "name": "xyz_replayer",
  36. "start_config": {
  37. "obj_name": "xyz_sample",
  38. "record_file": "xyz_sample.txt"
  39. }
  40. },
  41. {
  42. "type": "double_obj_replayer",
  43. "name": "double_replayer",
  44. "start_config": {
  45. "obj_name": "double_sample",
  46. "record_file": "double_sample.txt"
  47. }
  48. }
  49. ]
  50. }