Skip to content

Feat/auto stop

Clubelek Asso requested to merge feat/auto-stop into master

Stops the PWM when no cmd_vel has been received in the last 1000ms. This delay can be modified in the Galere.hpp file. This feature is necessary if the robot loses connection with the cmd_vel publisher in order to prevent it from running into a wall at full speed for example.

Merge request reports