bit-bots / bitbots_motion

MIT License
7 stars 8 forks source link

walk: reduce load while idle #335

Closed SammyRamone closed 2 years ago

SammyRamone commented 2 years ago

Proposed changes

Without this fix, the walking will create a large CPU load until it first recieves goals. Additionally, it is just unnecessary to compute the IK while the walking is idle.

Related issues

Necessary checks