feat: adapt EM trajectories to control commands
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace MultiWheelC.TrajectoryPlanning.EMPlanner;
|
||||
|
||||
/// <summary>Execution-layer source of an immutable caller-owned vehicle-state snapshot.</summary>
|
||||
public interface IVehicleStateProvider
|
||||
{
|
||||
VehicleMotionState Capture();
|
||||
}
|
||||
Reference in New Issue
Block a user