Homec4science

Add stepper classes for different threshold walking patterns

Authored by Tom Kazimiers <tom@voodoo-arts.net> on Feb 4 2015, 04:25.

Description

Add stepper classes for different threshold walking patterns

A simple stepper and a bisection stepper class are added by this commit.
The former reduces a value (the threshold) by one per update and the
latter compares the update value to its last value. If it is below zero,
half a step up is made, otherwise half a step down. This is repeated a
maximum of 100 times or the difference between the current and the last
value (threshold) is below 1.

Details

Committed
Tom Kazimiers <tom@voodoo-arts.net>Feb 4 2015, 23:36
Pushed
oburriMar 8 2018, 18:06
Parents
R6269:f890be035206: Auto threshold regression: fix comment
Branches
Unknown
Tags
Unknown

Event Timeline

Tom Kazimiers <tom@voodoo-arts.net> committed R6269:0c86d3c24329: Add stepper classes for different threshold walking patterns (authored by Tom Kazimiers <tom@voodoo-arts.net>).Feb 4 2015, 23:36