RobotNet/RobotNet.RobotShares/VDA5050/FactsheetExtend/Motor.cs
2025-10-15 15:15:53 +07:00

10 lines
316 B
C#

namespace RobotNet.RobotShares.VDA5050.FactsheetExtend;
public class Motor
{
public double OdomEncSteeringAngleOffset { get; set; }
public double Steering_fix_wheel_distance_x { get; set; }
public double Steering_fix_wheel_distance_y { get; set; }
public double WheelAcceleration { get; set; }
}