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
It's not a biggie since most URDF loaders add hacks around having/not having package://, but sometimes the hacks don't cover all cases 😅
In this instance, python show_in_yourdfpy.py draco3 fails in robot_descriptions because of an edge case clemense/yourdfpy#43 (but this edge case is not triggered if the package:// URI is fully formed).
The text was updated successfully, but these errors were encountered:
According to the URDF "spec", mesh filenames like:
Should use a fully-qualified
package://NAME_OF_PACKAGE/path
(see e.g. this tutorial). Here that would be:It's not a biggie since most URDF loaders add hacks around having/not having
package://
, but sometimes the hacks don't cover all cases 😅In this instance,
python show_in_yourdfpy.py draco3
fails in robot_descriptions because of an edge case clemense/yourdfpy#43 (but this edge case is not triggered if thepackage://
URI is fully formed).The text was updated successfully, but these errors were encountered: