-
Notifications
You must be signed in to change notification settings - Fork 26
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
TypeError: generate_surface_mesh() got an unexpected keyword argument 'angle_bound' #5
Comments
I think this is down to the version of I'm still unable to get Also, having run
|
^ For anyone else facing the above error, I hadn't realised that the In the end, the fix for generating .obj with pybullet-object-models/pybullet_object_models/superquadric_objects/generate_superquadric_mesh.py Line 39 in 57cc400
"obj" rather than "stl" . This removed the trimesh error I was previously getting. The resulting .obj files (both before and after trimesh filtering) are opened successfully by Pybullet in the context of their URDFs.
|
Sorry bro I did not use pybullet and cannot help you, I changed to use blenderproc with my project
从 Windows 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>发送
发件人: Walter ***@***.***>
发送时间: 2022年9月19日 20:26
收件人: ***@***.***>
抄送: Pengfei ***@***.***>; ***@***.***>
主题: Re: [eleramp/pybullet-object-models] TypeError: generate_surface_mesh() got an unexpected keyword argument 'angle_bound' (Issue #5)
@pengfeichu1992<https://github.com/pengfeichu1992>, did you not get this error with loading the .obj files into Pybullet?
―
Reply to this email directly, view it on GitHub<#5 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AU6BWOXUTGLQWLPFP76UFRDV7CV6PANCNFSM5XLZEX6A>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
how to install pygalmesh of version lower than 0.8? |
I think just |
When I was running generate_superquadric_mesh.py, and got a error:
(syntheticGen) chu@U2G:~/pybullet-object-models/pybullet_object_models/superquadric_objects$ python generate_superquadric_mesh.py
Traceback (most recent call last):
File "generate_superquadric_mesh.py", line 36, in
distance_bound=0.005
TypeError: generate_surface_mesh() got an unexpected keyword argument 'angle_bound'
my conda python enviroment is py37 and i have installed all pip packages. The test_load_object_pybullet.py could run sucessfully
The text was updated successfully, but these errors were encountered: