How to use bullet3 to create a Parallel structure constraints #3924
Replies: 2 comments 3 replies
-
Use Example: https://www.youtube.com/watch?v=eYOt6SEKHFs Here is an example that I created for a complex joint: https://youtu.be/0hfkm7vv5o8 However, you'll need to call it in the main script. I've created a class that calls from a .json file to read the info and create all constraints.
Regards, |
Beta Was this translation helpful? Give feedback.
-
@chinahuangyong you need to create the JSON file yourself from your cad program. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, my purpose is to create a structure like the picture below from urdf.
But, limited by the urdf, I can only output a structure like the picture below, and try to add the last joint in bullet.
I import the urdf model as btMultiBody in bullet and try to use the function cache.m_bulletMultiBody->setupRevolute to create the last joint. But it seems that this will open another joint and can't close the loop.
So is there a way to solve this problem? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions