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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

parameters.setAngularMomentumWeight(0.20);
parameters.setLinearMomentumWeight(0.01);

Expand Down
Loading