Skip to content
Snippets Groups Projects
Commit 84b43247 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

[Doc] Update doc of GeometryObject::parentFrame

parent 44a8cbb6
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,10 @@ struct GeometryObject
std::string name;
/// \brief Index of the parent frame
///
/// Parent frame may be unset (set to -1) as it is mostly used as a documentation of the tree, or in third-party libraries.
/// The URDF parser of Pinocchio is setting it to the proper value according to the urdf link-joint tree.
/// In particular, anchor joints of URDF would cause parent frame to be different to joint frame.
FrameIndex parentFrame;
/// \brief Index of the parent joint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment