Skip to content
Snippets Groups Projects
Commit 98afd2e0 authored by jcarpent's avatar jcarpent
Browse files

[Python][Bug Fixed] Set proper setter for Frame class

parent 01eb1d35
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ namespace se3
.add_property("name", &FramePythonVisitor::getName, &FramePythonVisitor::setName)
.add_property("parent_id", &FramePythonVisitor::getParentId, &FramePythonVisitor::setParentId)
.add_property("framePlacement", &FramePythonVisitor::getPlacementWrtParentJoint, &FramePythonVisitor::getPlacementWrtParentJoint)
.add_property("framePlacement", &FramePythonVisitor::getPlacementWrtParentJoint, &FramePythonVisitor::setPlacementWrtParentJoint)
;
}
......
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