Skip to content

Commit

Permalink
adjusted motorPowerMax
Browse files Browse the repository at this point in the history
  • Loading branch information
autega committed May 10, 2015
1 parent e481cea commit 54e8d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ardumower/mower.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Mower::Mower(){
motorAccel = 500; // motor wheel acceleration - only functional when odometry is not in use (warning: do not set too low)
motorSpeedMaxRpm = 25; // motor wheel max RPM (WARNING: do not set too high, so there's still speed control when battery is low!)
motorSpeedMaxPwm = 255; // motor wheel max Pwm (8-bit PWM=255, 10-bit PWM=1023)
motorPowerMax = 50; // motor wheel max power (Watt)
motorPowerMax = 75; // motor wheel max power (Watt)
motorSenseRightScale = 15.3; // motor right sense scale (mA=(ADC-zero)/scale)
motorSenseLeftScale = 15.3; // motor left sense scale (mA=(ADC-zero)/scale)
motorPowerIgnoreTime = 2000; // time to ignore motor power (ms)
Expand Down

0 comments on commit 54e8d13

Please sign in to comment.