getLowerLimit method

double getLowerLimit()

Get the lower joint limit, usually in meters.

Implementation

double getLowerLimit() {
  return _lowerTranslation;
}