Skip to content

Commit 3ea4df3

Browse files
MegMlljorisv
andauthored
[Mjcf] Do not store frame
Co-authored-by: Joris Vaillant <joris.vaillant@gmail.com>
1 parent d320b16 commit 3ea4df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parsers/mjcf/mjcf-graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ namespace pinocchio
10771077
for (const auto & site : currentBody.siteChildren)
10781078
{
10791079
SE3 placement = bodyInJoint * site.sitePlacement;
1080-
FrameIndex previousFrameId = urdfVisitor.model.addFrame(
1080+
urdfVisitor.model.addFrame(
10811081
Frame(site.siteName, frame.parentJoint, bodyId, placement, OP_FRAME));
10821082
}
10831083
}

0 commit comments

Comments
 (0)