feat: 发布 EM 轨迹规划首个版本

This commit is contained in:
2026-08-11 20:35:59 +08:00
parent 569de5f13c
commit 1903e71fc1
522 changed files with 4188 additions and 119188 deletions
@@ -3,6 +3,9 @@ using System.Threading;
namespace MultiWheelC.TrajectoryPlanning.EMPlanner;
/// <summary>
/// 求解器中立的二次规划边界。实现必须将数值状态转换为 <see cref="QpSolveResult"/>,而不能把原生求解器对象泄漏给规划层。
/// </summary>
public interface IQpSolver
{
QpSolveResult Solve(