bit-bots / bitbots_main

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

Rework node referencing and pid nodes in walking #503

Closed Flova closed 3 months ago

Flova commented 3 months ago

Summary

Pass reference of a node to the walking instead of inheriting from a node. This fixes memory management issues when passing a reference of the node to subcomponents. We also remove the two PID nodes, as they are not needed anymore.

Related issues

Closes #308

Checklist