Method | Description | |
---|---|---|
GetAcceleration ( double time ) : double |
Gets the expected acceleration at a specific time
|
|
GetPosition ( double time ) : double |
Gets the expected position at a specific time
|
|
GetVelocity ( double time ) : double |
Gets the expected velocity at a specific time
|
|
MotionProfile ( double distance, double maxVelocity, double acceleration, double dt ) : System |
Creates a new MotionProfile that works under the constraints specified.
|
|
ToString ( ) : string |
String format of a MotionProfile
|
Method | Description | |
---|---|---|
Get ( double time ) : MotionSetpoint |
public GetAcceleration ( double time ) : double | ||
time | double | |
return | double |
public MotionProfile ( double distance, double maxVelocity, double acceleration, double dt ) : System | ||
distance | double | |
maxVelocity | double | |
acceleration | double | |
dt | double | Time interval each point will be calculated for |
return | System |