I am working on a project with the robot 4WD 60mm Mecanum Wheel Arduino Robot Kit
but I have problems controlling it.
I am using the Arduino library 'Motorwheel' and the library specific for the robot 'Omni4WD'. I am using the code examples in the user manual available in the link and the robot is moving correctly but it doesn't stop even if I send a 0 signal to the motors.
Turns out it is something related to the libraries, as I tried controlling the PWM signals with the instruction analogWrite and it works fine. Anyways thanks for your answer!