|
SMORES Robot Platform Simulation
Modlab at Penn, ASL at Cornell
|
This clase used to store the initial position information of a section. More...
#include <GaitRecorder.hh>
Public Member Functions | |
| Frame (string frame_name) | |
| Constructor. More... | |
| void | AddAPosition (PoseRecord pos_rec) |
| Add a position record of a module. More... | |
| unsigned int | GetPositionSize (void) const |
| Get the size of position records. More... | |
| PoseRecord | GetPosition (unsigned int idx) const |
| Get a position record with a position index. More... | |
Public Attributes | |
| string | frameName |
| Section name string. | |
This clase used to store the initial position information of a section.
Name has been changed, still using the old name 'Frame' instead of 'Section'
| Frame::Frame | ( | string | frame_name | ) |
Constructor.
| frame_name | Section identity string |
| void Frame::AddAPosition | ( | PoseRecord | pos_rec | ) |
Add a position record of a module.
| pos_rec | PoseRecord object |
| PoseRecord Frame::GetPosition | ( | unsigned int | idx | ) | const |
Get a position record with a position index.
| idx | Position index |
| unsigned int Frame::GetPositionSize | ( | void | ) | const |
Get the size of position records.