Skip to content

ctypes argtypes missing in Python wrapper for reset function #9

@jmpinit

Description

@jmpinit

Hello,

The argtypes for reset here:

lib.reset.argtypes = [ctypes.POINTER(RelaxedIKS)]

Should instead be:

lib.reset.argtypes = [ctypes.POINTER(RelaxedIKS), ctypes.POINTER(ctypes.c_double), ctypes.c_int]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions