Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace RobotNet10.RobotApp.Services.Simulation;
|
||||
|
||||
public class SimulationConfig
|
||||
{
|
||||
public bool IsEnable { get; set; }
|
||||
public double MaxVelocity { get; set; }
|
||||
public double MaxAngularVelocity { get; set; }
|
||||
public double Acceleration { get; set; }
|
||||
public double Deceleration { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user