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

The convenstion of inverseDynamic #11

Open
petertheprocess opened this issue Sep 26, 2024 · 1 comment
Open

The convenstion of inverseDynamic #11

petertheprocess opened this issue Sep 26, 2024 · 1 comment

Comments

@petertheprocess
Copy link

petertheprocess commented Sep 26, 2024

/*
 * Function: This function uses forward-backward Newton-Euler iterations to caculate inverse dynamics
 * Inputs: q: joint angles
 *         qd: joint velocities
 *         qdd: joint accelerations
 *         Ftip: Spatial force applied by the end-effector
 * Returns: required joint forces/torques
 */
Vec6 inverseDynamics(Vec6 q, Vec6 qd, Vec6 qdd, Vec6 Ftip);

I want to know what's the convention of Ftip
[Fx Fy Fz Tx Ty Tz] or [Tx Ty Tz Fx Fy Fz]

@Agnel-Wang
Copy link
Collaborator

Z1 use the convention of RBDL, rpyxyz

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

No branches or pull requests

2 participants