-
Notifications
You must be signed in to change notification settings - Fork 435
Error in pinocchio::appendModel() #2328
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
Comments
I printed out all the frame names for these two models.
It seems that |
Is there a |
@MegMll Could you handle this issue? |
I will look into it this week |
Hello @Zionshang, #2402 had been merged. I close this issue. |
Bug description
I'm trying to combine two models into a new one by
appendModel()
method. But I get the following errorI'm pretty sure that the two models don't have conflicting frame names. Because when I manually combined URDF files of these two models together, there was no problem
Code
The output is
The simplified URDF file
manipulator.urdf
is:The simplified URDF file
quadrupedRobot.urdf
is:Judging by the URDF, they don't have the same frame name
Is it because they all have
universe joint 0
, so there is the error?I've been haunted for a long time and I would be so grateful if you could help me!
The text was updated successfully, but these errors were encountered: