Convenience structure to hold all of the information to add a model instance from a file.
#include <drake/multibody/parsing/model_instance_info.h>
Public Attributes | |
std::string | model_name |
Model name (possibly scoped). More... | |
std::string | model_path |
File path. More... | |
std::string | parent_frame_name |
WARNING: This is the unscoped parent frame, assumed to be unique. More... | |
std::string | child_frame_name |
This is the unscoped frame name belonging to model_instance . More... | |
drake::math::RigidTransformd | X_PC |
drake::multibody::ModelInstanceIndex | model_instance |
std::string child_frame_name |
This is the unscoped frame name belonging to model_instance
.
drake::multibody::ModelInstanceIndex model_instance |
std::string model_name |
Model name (possibly scoped).
std::string model_path |
File path.
std::string parent_frame_name |
WARNING: This is the unscoped parent frame, assumed to be unique.
drake::math::RigidTransformd X_PC |