in servo_pkg/src/pwm.cpp [93:97]
void Servo::setPeriod(int period) {
char periodPath[MAX_BUF];
snprintf(periodPath, sizeof(periodPath), (syspath_ + std::string("/pwm%d/period")).c_str(), channel_);
writePWM(periodPath, period, logger_);
}