config.json 891 B

1234567891011121314151617181920212223242526
  1. { "Database" : { "ClientConnection" : "mongodb://127.0.0.1:27017",
  2. "DatabaseName" : "test",
  3. "DBCollection" : "LineRobot1"
  4. },
  5. "Kspeedcontroller" : 1.45,
  6. "SimulationTime" : 100.0,
  7. "VelocitySetpointGenerator" : { "Dark" : 0.6,
  8. "Bright" : 1.0,
  9. "Threshold1" : 0.78,
  10. "Threshold2" : 0.83,
  11. "DistanceCenterToWheel" : 0.07,
  12. "K" : 2.1,
  13. "ForwardSpeed" : 0.1
  14. },
  15. "Parcours" : {
  16. "LineWidth" : 0.05,
  17. "Kind" : "Trail",
  18. "LinePieces" : [
  19. { "x" : 0.0, "y" : -0.1 },
  20. { "x" : 0.0, "y" : 0.0},
  21. { "x" : -1.0, "y" : 0.0},
  22. { "x" : -1.0, "y" : 1.0},
  23. { "x" : 0.0, "y" : -0.1}
  24. ]
  25. }
  26. }