docs: describe MovementTest time controls

This commit is contained in:
梁薄云
2026-08-05 13:33:11 +08:00
parent 09753143f7
commit dff8b7fb68
@@ -16,6 +16,7 @@ Add configurable `TimeHorizonSeconds` and `OutputTimeStepSeconds` values to the
- Expose both settings in the MovementTest as public fields with defaults of `6d` and `0.10d`. - Expose both settings in the MovementTest as public fields with defaults of `6d` and `0.10d`.
- Copy both values to the session-local `EmPlannerConfiguration.Scheduling` configuration. - Copy both values to the session-local `EmPlannerConfiguration.Scheduling` configuration.
- Verify custom settings reach the planning request and non-positive values are rejected. - Verify custom settings reach the planning request and non-positive values are rejected.
- Add Chinese XML documentation comments to the MovementTest fields and settings properties, explaining horizon coverage, timestamp spacing, defaults, and the distinction from `ObserverPeriodSeconds`.
## Non-goals ## Non-goals