RobotApp/RobotApp.VDA5050/FactsheetExtend/Rotate.cs
Đăng Nguyễn cf309cccba Init project
2025-09-10 10:48:39 +07:00

10 lines
270 B
C#

namespace RobotApp.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; }
}