A wrapper for a vector of doubles, used in the database to store the hand joint angles. More...
#include <database_helper_classes.h>
Public Attributes | |
std::vector< double > | joint_angles_ |
A wrapper for a vector of doubles, used in the database to store the hand joint angles.
Right now, in the database, the posture is stored in a weird way (see above), so we need a wrapper to take care of the conversion. In the future, hopefully we'll get rid of this.
Definition at line 167 of file database_helper_classes.h.
std::vector<double> household_objects_database::DatabaseHandPosture::joint_angles_ |
Definition at line 170 of file database_helper_classes.h.