Pure ato-core logic, minimal HTTP client, JSON config and spec files. Docker build with tests; integrates with TrainSim over simple REST API. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
128 B
JSON
7 lines
128 B
JSON
{
|
|
"trainsim_url": "http://trainsim:8080",
|
|
"target_speed_mps": 8.0,
|
|
"tick_ms": 100,
|
|
"run_secs": 15,
|
|
"mode": "cruise"
|
|
}
|