bitbots_main
bitbots_main copied to clipboard
Dynup: Replace tf buffer based transform with a faster method
Is your feature request related to a problem? Please describe.
Currently the base link position for the stabilizing is determined by using the tf buffer in dynup_node.cpp:134
. This might be a bit slow, and a faster method should be evaluated.