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

[C++] Initialize inertia, jointPlacements and parent of universe joint in Model

parent 9c983b16
No related branches found
No related tags found
No related merge requests found
......@@ -115,10 +115,10 @@ namespace se3
, njoint(1)
, nbody(1)
, nFrames(0)
, inertias(1)
, jointPlacements(1)
, inertias(1, Inertia::Zero())
, jointPlacements(1, SE3::Identity())
, joints(1)
, parents(1)
, parents(1, 0)
, names(1)
, subtrees(1)
, gravity( gravity981,Eigen::Vector3d::Zero() )
......
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