You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered the error below when I tried to use the plugs and sockets from automate CAD dataset which contain sdf components in their urdf files. I changed to use mano hand instead of robot arm as my robot.
I found that this issue may be caused by the geometry elements with "type = capsule" in my robot xml. I have this claim because once I change those geometry elements from "type = capsule" to "type= box", those errors would disappear.
Does it mean sdf is incompatible with geometry with "type = capsule"?
I checked there is still spare memory in my GPU.
Also, I found that these errors should be relevant to the sdf elements in those objects urdf files because when I delete those sdf elements the error would also disappear. However, the collision will then be inaccurate.
Any kind help will be highly appreciated.
The text was updated successfully, but these errors were encountered:
waivivian
changed the title
Problem with using CAD models from automate, illegal memory access when using more complicated robot with those objects
Problem with using CAD models from automate, illegal memory access when using robot having capsule as geometry element in xml with those objects
Jan 11, 2025
waivivian
changed the title
Problem with using CAD models from automate, illegal memory access when using robot having capsule as geometry element in xml with those objects
Problem with using CAD models from automate, illegal memory access when using robot having capsule as geometry element in xml
Jan 11, 2025
waivivian
changed the title
Problem with using CAD models from automate, illegal memory access when using robot having capsule as geometry element in xml
illegal memory access when using robot having capsule as geometry element in xml with objects that have sdf component in urdf
Jan 11, 2025
waivivian
changed the title
illegal memory access when using robot having capsule as geometry element in xml with objects that have sdf component in urdf
illegal memory access when using object with "sdf" components along with robot having capsule as geometry element in xml
Jan 11, 2025
I encountered the error below when I tried to use the plugs and sockets from automate CAD dataset which contain sdf components in their urdf files. I changed to use mano hand instead of robot arm as my robot.
I found that this issue may be caused by the geometry elements with "type = capsule" in my robot xml. I have this claim because once I change those geometry elements from "type = capsule" to "type= box", those errors would disappear.
Does it mean sdf is incompatible with geometry with "type = capsule"?
I checked there is still spare memory in my GPU.
Also, I found that these errors should be relevant to the sdf elements in those objects urdf files because when I delete those sdf elements the error would also disappear. However, the collision will then be inaccurate.
Any kind help will be highly appreciated.
The text was updated successfully, but these errors were encountered: