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

tuning for retargeting parameters val no hands #587

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

LuigiPenco93
Copy link
Contributor

No description provided.

@LuigiPenco93 LuigiPenco93 requested a review from ds58 January 9, 2025 23:31
@@ -222,10 +222,10 @@ public void create(boolean createToolbox)
parameters.setInputBBXFilterSize(2.0, 2.8, 2.6);
parameters.setInputBBXFilterCenter(0.4, 0.0, 1.25);
parameters.setOutputLPFBreakFrequency(10.0);
parameters.setOutputJointVelocityScale(0.65);
parameters.setOutputJointVelocityScale(0.5);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should have been 0.5, 0.65 is too fast for both nadia and val


parameters.setMinimizeAngularMomentum(true);
parameters.setMinimizeLinearMomentum(false);
parameters.setMinimizeLinearMomentum(true);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be true by default. if we run the toolbox in the robot controller, it can change, assuming some other robot specific parameters are custom adjusted, but that will be in the robot specific parameter 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

Successfully merging this pull request may close these issues.

2 participants