Class used in reposture callbacks of custom parsers to resolve poses. More...
#include <InterfaceModelPoseGraph.hh>
| Public Member Functions | |
| sdf::Errors | ResolveNestedFramePose (gz::math::Pose3d &_pose, const std::string &_frameName, const std::string &_relativeTo="world") const | 
| Resolve the pose a frame within the model's scope.  More... | |
| sdf::Errors | ResolveNestedModelFramePoseInWorldFrame (gz::math::Pose3d &_pose) const | 
| Resolve pose relative to world.  More... | |
Class used in reposture callbacks of custom parsers to resolve poses.
| sdf::Errors sdf::SDF_VERSION_NAMESPACE::InterfaceModelPoseGraph::ResolveNestedFramePose | ( | gz::math::Pose3d & | _pose, | 
| const std::string & | _frameName, | ||
| const std::string & | _relativeTo = "world" | ||
| ) | const | 
Resolve the pose a frame within the model's scope.
| [in] | relative_to | Can be "world", or any frame within the nested model's frame graph. (It cannot reach outside of this model). | 
| sdf::Errors sdf::SDF_VERSION_NAMESPACE::InterfaceModelPoseGraph::ResolveNestedModelFramePoseInWorldFrame | ( | gz::math::Pose3d & | _pose | ) | const | 
Resolve pose relative to world.
| [out] | _pose | Resolved pose |