22 ObjectConfig::ObjectConfig(
const std::string &type,
const std::string
id,
const geometry_msgs::Pose &pose,
const std::string &mesh_name) : type_(type), id_(id), pose_(pose), mesh_name_(mesh_name),
geometry_msgs::Pose getPose() const
Return the pose of the object.
geometry_msgs::Pose pose_
std::string getMeshName() const
Return the mesh path of the object.
ObjectConfig(const std::string &type, const std::string id, const geometry_msgs::Pose &pose, const std::string &mesh_name)
The constructor of this class.
std::string getId() const
Return the id of the object.
std::string getType() const
Return the name of the object.