anyKode Marilou
ContentsIndexHome
PreviousUpNext
DeviceMotor::GetMaxVelocityRPS

Getting the maximum velocity defined in motor's settings (Rad/s).

C++
float GetMaxVelocityRPS(M32 * pDeviceResponse = NULL, void * pReserved = NULL);
Parameters 
Description 
M32 * pDeviceResponse = NULL 
(see Message
void * pReserved = NULL 
(see Message

The maximum velocity as defined in device's settings.

GetMaxVelocityRPS returns the maximum velocity (after gearbox) that the motor (or servo) can produce (the device's mechanical constraint). This value is the one defined in the motor's settings, not the really applied one. The really applied value can be obtained by a call to GetEffectiveMaxVelocityRPS.

Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!