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

[Doc] Update FIXME in URDF parser

parent 7a9c81f5
No related branches found
No related tags found
No related merge requests found
......@@ -493,10 +493,10 @@ namespace se3
parseTree(child, model, verbose);
}
// FIXME: check the inertias
// The check in appendBodyToJoint only ensures inertias are not NaN
// but pinocchio requires non-zero inertias.
// Are zero inertias a problem for kinematic algorithm ?
// Inertias might be zero due to the URDF file. This is not a bug. However, it would lead to some
// algorithms of Pinocchio not to work.
// TODO: add an algorithm or a method in model to check the validity of the value wrt to the algorithms the user want to use.
// See also #306 on GitHub.
}
///
......
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