We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The kinematics_interface version 1.2.0 is API breaking (see PR#83).
However, the dynamics_interface inherits from the kinematics interface, hence resulting in a broken package.
The change is limited to the initialize() function and a change will be necessary.
initialize()
Note: A temporary solution consists in cloning the kinematics_interface version 1.1.0. The VCS file has been updated in consequence with PR #43.
The text was updated successfully, but these errors were encountered:
tpoignonec
Successfully merging a pull request may close this issue.
The kinematics_interface version 1.2.0 is API breaking (see PR#83).
However, the dynamics_interface inherits from the kinematics interface, hence resulting in a broken package.
The change is limited to the
initialize()
function and a change will be necessary.Note:
A temporary solution consists in cloning the kinematics_interface version 1.1.0.
The VCS file has been updated in consequence with PR #43.
The text was updated successfully, but these errors were encountered: