isMotorEnabled method

bool isMotorEnabled()

Whether the joint motor is enabled.

Implementation

bool isMotorEnabled() {
  return _enableMotor;
}