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

Are there a document about Walking? #5

Open
xxchenchen opened this issue Jun 13, 2020 · 2 comments
Open

Are there a document about Walking? #5

xxchenchen opened this issue Jun 13, 2020 · 2 comments

Comments

@xxchenchen
Copy link

Hi
Are there a document about Walking.cpp?

For example,
what is ep?
ep[0] = x_swap + x_move_r + m_X_Offset;
ep[1] = y_swap + y_move_r - m_Y_Offset / 2;
ep[2] = z_swap + z_move_r + m_Z_Offset;
ep[3] = a_swap + a_move_r - m_R_Offset / 2;
ep[4] = b_swap + b_move_r + m_P_Offset;
ep[5] = c_swap + c_move_r - m_A_Offset / 2;
ep[6] = x_swap + x_move_l + m_X_Offset;
ep[7] = y_swap + y_move_l + m_Y_Offset / 2;
ep[8] = z_swap + z_move_l + m_Z_Offset;
ep[9] = a_swap + a_move_l + m_R_Offset / 2;
ep[10] = b_swap + b_move_l + m_P_Offset;
ep[11] = c_swap + c_move_l + m_A_Offset / 2;

@kdaun
Copy link
Member

kdaun commented Jun 14, 2020

Unfortunately, there is no documentation.

@xxchenchen
Copy link
Author

What is the name of method? Thanks

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