sys.prototxt 262 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. id:0
  2. communication_cfg
  3. {
  4. ip:"192.168.2.254"
  5. port:30005
  6. }
  7. lidar
  8. {
  9. ip:"192.168.2.201"
  10. port:2367
  11. calib
  12. {
  13. y:3.0
  14. cx:-3.36
  15. cy:-0.15
  16. }
  17. }
  18. lidar
  19. {
  20. ip:"192.168.2.202"
  21. port:2368
  22. }
  23. box
  24. {
  25. minx:0
  26. maxx:3.1
  27. miny:-2.75
  28. maxy:3.08
  29. minz:0.01
  30. maxz:0.2
  31. }