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
Drake Parser throws the following error when trying to load robot_description from topic
[pipeline_testbench_example-4] [ERROR] [1721123876.998814554] [pipeline_testbench_example.moveit.ros.planning_pipeline]: Exception caught: 'MakeConvexHull only applies to obj, vtk, and gltf meshes; given file: /root/workspace/install/moveit_resources_panda_description/share/moveit_resources_panda_description/meshes/collision/link0.stl.'
The text was updated successfully, but these errors were encountered:
This still seems to be an active feature request in Drake as per RobotLocomotion/drake#19408. For now the work around is to convert the stl files into OBJ and load them. This could mean that we may have to create assets specifically for this repository, or use default drake models. I prefer using default drake models because they have some pretty standard robot arms that are used by the community.
sea-bass
changed the title
Drake parser error
Drake parser error if URDF has STL files
Sep 17, 2024
Drake Parser throws the following error when trying to load robot_description from topic
The text was updated successfully, but these errors were encountered: