You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently lower foot on Z axis (for calculating odom) is guessed from base_link, so it disregards if robot is unbalanced/tipping and actually touching the ground with a different foot.
This change should keep previous functionality intact, and help (probably) with unconventional motions like sidestepping (Currently odom calculation over-estimates sidestep motion).
As a fun fact, it could technically be consequently ported to any other TF frame (Arm crawling Marty anyone?)
The text was updated successfully, but these errors were encountered:
Currently lower foot on Z axis (for calculating odom) is guessed from base_link, so it disregards if robot is unbalanced/tipping and actually touching the ground with a different foot.
This change should keep previous functionality intact, and help (probably) with unconventional motions like sidestepping (Currently odom calculation over-estimates sidestep motion).
As a fun fact, it could technically be consequently ported to any other TF frame (Arm crawling Marty anyone?)
The text was updated successfully, but these errors were encountered: