personalrobotics / dartpy

:dart: :snake: Python bindings for the Dynamic Animation and Robotics Toolkit
BSD 2-Clause "Simplified" License
15 stars 5 forks source link

Error in calling RevoluteJoint.isCyclic() on Trusty #79

Open jslee02 opened 6 years ago

jslee02 commented 6 years ago
Boost.Python.ArgumentError: Python argument types in
    RevoluteJoint.isCyclic(RevoluteJoint, int)
did not match C++ signature:
    isCyclic(dart::dynamics::RevoluteJoint const*, unsigend long _index)

A test calling this function is disabled for now.