Not exactly .
the
#define pinBumperLeft 35
#define pinBumperRight 36
is the standard bumper pin since the beginning and the correct pin for the PCB annotation.
But i add for my MI632 the rear bumper on free pin 30 and 31 (on J20 CAN3)
#define pinBumperRearLeft 30 // bumper pins
#define pinBumperRearRight 31
Only wiring actually and not dev in the code.
Do not forget to adjust the new check station speed into setting station to have a better docking and avoid reverse.
I test actually the brake function of the red driver (i have big slope at a wire location and mower stop only after 20 cm)
I directly use the motor EN output of the PCB to brake the motor when PWM speed is set to 0.
In all case you need to always keep your mower.h and .cpp with your motor/bumper/pin assignement etc ... version and tell me if there is new var in the last version.
I use 2 mower model : the RL2000 with DC motor and MI632 with BL motor and i change only the 2 mower.h and cpp version before upload to one or other mower.