Skip to content

[core/python] Custom return policy to avoid conflits with external modules.

Compare
Choose a tag to compare
@duburcqa duburcqa released this 26 Apr 21:14
· 105 commits to master since this release
c2af825

Small release fixing conflicts with external Boost.Python modules, along some other minor bugs.

Bug fixes

  • [core] Fix bug at Robot initialization when defining default flexible joints in the model.
  • [core/python] Fix wrong keyword arguments for 'EngineMultiRobot.reset' method.
  • [core/python] Add new Boost.Python return policy that can be used to by-pass converter registry if 'convertToPython' has been specified.

Miscellaneous

  • [python] Add some missing typing return types.