Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dartpy access to getTransformFrom{Parent|Child}BodyNode() #1377

Merged

Commits on Jul 24, 2019

  1. Add dartpy access to getTransformFrom{Parent|Child}BodyNode()

    For now, those Isometry transformations could only be set, but not read.
    
    1. Add wrapper to add get functionality.
    2. Add python unittest to verify, that it is available and returns the same Isometry3.
    chhinze committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    e4d6c01 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Update Joint* to const in python/dartpy/dynamics/Joint.cpp

    Co-Authored-By: Jeongseok Lee <jslee02@users.noreply.github.com>
    chhinze and jslee02 committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    7d00ff5 View commit details
    Browse the repository at this point in the history
  2. Update Joint* to const in python/dartpy/dynamics/Joint.cpp

    Co-Authored-By: Jeongseok Lee <jslee02@users.noreply.github.com>
    chhinze and jslee02 committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    136a09b View commit details
    Browse the repository at this point in the history