anyKode Marilou
ContentsIndexHome
PreviousUpNext
DeviceMotor::GetEffectiveMaxVelocityRPS

Getting the maximum velocity that the motor (or servo) can produce (Rad/s).

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

The motor's (or servo) maximum velocity.

GetEffectiveMaxVelocityRPS returns the velocity (after gearbox) that the motor (or servo) can produce. The value is always >= than 0 and less than or equals to GetMaxVelocityRPS. The motor's effective max velocity can be modified by a call to SetEffectiveMaxVelocityRPS.

4.7.17

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