$search
Footprint with its associated timestamp. More...
#include <stamped-footprint.hh>
Public Types | |
typedef T | footprint_t |
Footprint type. | |
Public Attributes | |
Time | beginTime |
Footprint begin time. | |
TimeDuration | duration |
Footprint duration starting from the begin time. | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
footprint_t | position |
Footprint position during its existence. |
Footprint with its associated timestamp.
T | Position type. |
Definition at line 13 of file stamped-footprint.hh.
typedef T walk::StampedFootprint< T >::footprint_t |
Footprint type.
Definition at line 16 of file stamped-footprint.hh.
Time walk::StampedFootprint< T >::beginTime |
Footprint begin time.
A footprint begins when the foot reaches the ground.
Definition at line 21 of file stamped-footprint.hh.
TimeDuration walk::StampedFootprint< T >::duration |
Footprint duration starting from the begin time.
A footprint ends when the foot leaves the ground.
Definition at line 26 of file stamped-footprint.hh.
walk::StampedFootprint< T >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 31 of file stamped-footprint.hh.
footprint_t walk::StampedFootprint< T >::position |
Footprint position during its existence.
Definition at line 29 of file stamped-footprint.hh.