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

This PR adds the class DQ_FreeFlyingRobot() #46

Closed
wants to merge 0 commits into from

Conversation

juanjqo
Copy link
Member

@juanjqo juanjqo commented May 16, 2023

This PR adds the bindings for the DQ_FreeFlyingRobot() class added in cpp#58.

Example of usage:

from dqrobotics import *
from dqrobotics.robot_modeling import DQ_FreeFlyingRobot

robot = DQ_FreeFlyingRobot()
x = DQ([1,0,0,0,0,0,0,0])
x = robot.fkm(x)
J = robot.pose_jacobian(x)
J_dot = robot.pose_jacobian_derivative(x)

Best regards,

Juancho

@mmmarinho
Copy link
Member

Waiting on dqrobotics/cpp#58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants