#include <mc_rbdyn/RobotModule.h>
Public Member Functions | |
FrameDescription (const std::string &n, const std::string &p, const sva::PTransformd &pt, bool baked=false) | |
Public Attributes | |
std::string | name |
std::string | parent |
sva::PTransformd | X_p_f |
bool | baked = false |
A lightweight frame description
This will be used when creating extra frames in the robot
These frames shouldn't:
|
inline |
Constructor
bool mc_rbdyn::RobotModule::FrameDescription::baked = false |
If true the frame is baked
std::string mc_rbdyn::RobotModule::FrameDescription::name |
Name of the frame
std::string mc_rbdyn::RobotModule::FrameDescription::parent |
Frame's parent
sva::PTransformd mc_rbdyn::RobotModule::FrameDescription::X_p_f |
Transformation from the parent frame to this one