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

Document the naming convention for the variables saved in the Matlab workspace #64

Closed
gabrielenava opened this issue Mar 6, 2019 · 3 comments
Assignees

Comments

@gabrielenava
Copy link
Collaborator

In the new devel branch, I've changed the visualization part in the Simulink models and therefore also the variables that are saved in the Matlab workspace after stopping the model. This issue is to document the new naming convention.

@gabrielenava
Copy link
Collaborator Author

Variable name Fixed-base-joint-control Floating-base-position-control Floating-base-torque-control
jointPos_DATA Y Y Y
jointPos_Error_DATA Y Y Y
jointPos_Desired_DATA Y Y Y
tauMeasured_DATA Y X Y
tauError_DATA Y X Y
tauDesired_DATA Y X Y
gravTorque_DATA Y X X
jointReferences_DATA Y X X
baseAcc_des_DATA X Y X
jointAcc_des_DATA X Y X
jointVel_DATA X Y Y
jointVel_Error_DATA X Y X
jointVel_Desired_DATA X Y X
feetContactStatus_DATA X X Y
KP_postural_diag_DATA X X Y
QPStatus_DATA X X Y
forces_l_sole_DATA X X Y
moments_l_sole_DATA X X Y
forces_r_sole_DATA X X Y
moments_r_sole_DATA X X Y
tau_star_afterSat_DATA X X Y
baseVel_DATA X X Y
base_pose_DATA X X Y
pos_CoM_DATA X X Y

@gabrielenava
Copy link
Collaborator Author

Documentation on the naming convention added. Closing the issue as archived knowledge.

@fjandrad
Copy link

@gabrielenava you can update with the jerk controller

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

No branches or pull requests

2 participants