bit-bots / bitbots_main

This git contains all RoboCup code from the Hamburg Bit-Bots.
https://bit-bots.de
MIT License
30 stars 11 forks source link

Always publish debug messages #493

Closed timonegk closed 2 weeks ago

timonegk commented 2 weeks ago

Summary

The walking should always publish its debug messages, even when it's idle. This makes it much easier to debug the walking's start and stop movements. It also does not add an overhead in normal use because the debug messages are only published when there is a subscriber.

Checklist