完善Detour状态估计与轨迹跟踪验证

This commit is contained in:
2026-08-19 17:38:17 +08:00
parent d8de901a80
commit 0d5539e595
55 changed files with 4473 additions and 387 deletions
+2 -1
View File
@@ -57,7 +57,8 @@ namespace MultiWheelC.StateEstimation
public double SampleTimestampSeconds { get; }
/// <summary>
/// 获取车体中心在Detour世界坐标系中的位姿,单位为m和rad。
/// 获取车体中心在状态源输出世界坐标系中的位姿,单位为m和rad。
/// Detour发生经确认的小幅坐标跳变后,该坐标系会保持任务内连续。
/// </summary>
public Pose2D PoseInWorld { get; }