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

10 lines
282 B
C#

namespace RobotNet.RobotShares.VDA5050.FactsheetExtend;
public class Rotate
{
public double Angular_vel_max { get; set; }
public double Angular_vel_min { get; set; }
public double Acceleration_rotate { get; set; }
public double Tolerances_rotate { get; set; }
}