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

[C++] Fix URDF parser: addFixedJointAndBody

parent 7d7a8905
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ namespace se3
int fid = model.addFrame(
Frame (joint_name, frame.parent, parentFrameId,
frame.placement, FIXED_JOINT)
frame.placement * joint_placement, FIXED_JOINT)
);
if (fid < 0)
throw std::invalid_argument ("Fixed joint " + joint_name + " could not be added.");
......
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