Question to add multiple point of contacts on each foot of bipedal robot #1277
Replies: 1 comment 2 replies
-
For understanding technical details please read our Crocoddyl paper. However, the short answer is "you need to use a 6D contact model and wrench cone". |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to add multiple points of contact for my bipedal robot in its each foot. For each foot I need 5 contacts (one in center and four others at its four corners). Although I was using center points on each foot earlier, i.e., a single point of contact for each foot, it was working fine. But if I add more than one point to each foot, it is not able to solve the problem.
as soon as I add these additional contacts, it can't solve the problem.
Are there more things that I need to take care of while adding more contact points? Let me know if I should provide any other details about my code for better understanding.
Are there any limitations in the current library for adding number of points of contacts? I also tried adding costs for these additional contact points, but didn't work.
Thanks in advance for your help!!
Beta Was this translation helpful? Give feedback.
All reactions