1 #ifndef ODOMETRY_CONTACTSTATE_HPP__
2 #define ODOMETRY_CONTACTSTATE_HPP__
4 #include <base/Eigen.hpp>
5 #include <base/Time.hpp>
35 std::vector<BodyContactPoint>
points;
std::vector< BodyContactPoint > points
vector of all potential contact points of the body and their states.
Definition: ContactState.hpp:35
double slip
slip distance of contact point
Definition: ContactState.hpp:20
base::Time time
timestamp
Definition: ContactState.hpp:29
int groupId
contact group id, or -1 if not part of a group
Definition: ContactState.hpp:23
base::Vector3d position
position in body frame
Definition: ContactState.hpp:14
double contact
contact probability in the interval between 0 and 1.0, or NaN if unknown
Definition: ContactState.hpp:17
Definition: ContactState.hpp:11
Definition: ContactState.hpp:26