You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because there is no type converter for std::set<dart::dynamics::Frame const*, std::less<dart::dynamics::Frame const*>, std::allocator<dart::dynamics::Frame const*> >.
Here is the error message when calling Frame::getChildFrames():
TypeError: No to_python (by-value) converter found for C++ type: std::set<dart::dynamics::Frame const*, std::less<dart::dynamics::Frame const*>, std::allocator<dart::dynamics::Frame const*> >
The text was updated successfully, but these errors were encountered:
This is because there is no type converter for
std::set<dart::dynamics::Frame const*, std::less<dart::dynamics::Frame const*>, std::allocator<dart::dynamics::Frame const*> >
.Here is the error message when calling
Frame::getChildFrames()
:TypeError: No to_python (by-value) converter found for C++ type: std::set<dart::dynamics::Frame const*, std::less<dart::dynamics::Frame const*>, std::allocator<dart::dynamics::Frame const*> >
The text was updated successfully, but these errors were encountered: