personalrobotics / dartpy

:dart: :snake: Python bindings for the Dynamic Animation and Robotics Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base classes could not be wrapped

mkoval opened this issue · comments

Warning: Omitted base class 'dart::common::Extensible<dart::common::Addon::State>' of class 'dart::common::Addon::State' because it could not be wrapped.
Warning: Omitted base class 'dart::common::Extensible<dart::common::Addon::Properties>' of class 'dart::common::Addon::Properties' because it could not be wrapped.
Warning: Omitted base class 'dart::common::Extensible<dart::dynamics::Node::State>' of class 'dart::dynamics::Node::State' because it could not be wrapped.
Warning: Omitted base class 'dart::common::Extensible<dart::dynamics::Node::Properties>' of class 'dart::dynamics::Node::Properties' because it could not be wrapped.
Warning: Omitted base class 'dart::common::Subject' of class 'dart::dynamics::InverseKinematics::ErrorMethod' because it could not be wrapped.
Warning: Omitted base class 'dart::common::Subject' of class 'dart::dynamics::InverseKinematics::GradientMethod' because it could not be wrapped.

I believe this was fixed in the last major Chimera refactor.