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

How to add a BWC configuration files #35

Open
kight71 opened this issue Jan 10, 2025 · 1 comment
Open

How to add a BWC configuration files #35

kight71 opened this issue Jan 10, 2025 · 1 comment

Comments

@kight71
Copy link

kight71 commented Jan 10, 2025

I have already read BaselineWalkingController Tips. However, the BWC configuration files link in this document can not be checked. May you give me some advice about it? Really thank you for your help!

@mmurooka
Copy link
Member

The BWC configurations specific to JVRC1 are described below:

# Robot-specific configurations
jvrc1:
PostureTask:
jointWeights:
WAIST_R: 10
WAIST_P: 10
# For arm swing
jointGains:
- jointName: R_SHOULDER_P
stiffness: 400
- jointName: L_SHOULDER_P
stiffness: 400
CoMTask:
activeJoints: [
"Root",
"R_HIP_Y", "R_HIP_R", "R_HIP_P", "R_KNEE", "R_ANKLE_P", "R_ANKLE_R",
"L_HIP_Y", "L_HIP_R", "L_HIP_P", "L_KNEE", "L_ANKLE_P", "L_ANKLE_R"]
BaseOrientationTask:
frame: WAIST_R_S
FootManager:
enableArmSwing: true
jointAnglesForArmSwing:
Left:
R_SHOULDER_P: [-0.13962634015954636] # -8
L_SHOULDER_P: [0.06981317007977318] # 4
Right:
R_SHOULDER_P: [0.06981317007977318] # 4
L_SHOULDER_P: [-0.13962634015954636] # -8

Similarly, you can describe your robot's configurations in this file.

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