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

Adding new tasks, angular_momentum and contact_force_regularisation #5

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

akhilsathuluri
Copy link
Contributor

I am raising a separate PR for the new tasks, since they need some gain tuning and also for review.

Another purpose of a seperate PR is that this PR, #4, will complete the addition of the drakeSimulator class and the current PR is an optional one to modify the tasks.

But I confirm that with the current commit, the robot walks (albeit shakily) in both drake and mujoco.

"CONTACT_1", contact_group_right
)
self.angular_momentum_task_parameter_handler.set_parameter_float(
name="kp", value=10.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you add the gain as an attribute of TSIDParameterTuning.py as done for the CoM

only in the __init__() method for now is fine

" counter = 0"
" counter = 0\n",
"\n",
"mujoco_instance.close_visualization()"
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is a repetition, there is already the close_visualization afterwards

@CarlottaSartore
Copy link
Collaborator

Thanks @akhilsathuluri , I will finalize the review after the merging of #4 , but I added some preliminary comments

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