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

Fix localization dynamic reconfigure #485

Closed Flova closed 2 weeks ago

Flova commented 2 weeks ago

Summary

Awaiting a service call from within a callback works differently in ros2. This resulted in a crashed localization after reconfiguration. Due to the field config being static either way, I just pull it once now.

Related issues

Checklist