base
|
#include <Wrenches.hpp>
Public Attributes | |
base::Time | time |
![]() | |
std::vector< std::string > | names |
std::vector< base::Wrench > | elements |
Additional Inherited Members | |
![]() | |
bool | hasNames () const |
const base::Wrench & | getElementByName (std::string name) const |
const base::Wrench & | operator[] (std::string name) const |
base::Wrench & | operator[] (std::string name) |
const base::Wrench & | operator[] (size_t index) const |
base::Wrench & | operator[] (size_t index) |
void | resize (size_t size) |
size_t | size () const |
bool | empty () const |
void | clear () |
size_t | mapNameToIndex (std::string const &name) const |
A named vector of base::WrenchState with sampled Time.
base::Time base::samples::Wrenches::time |