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
This commit addresses URDF loading failures when using relative paths
by converting them to absolute paths before processing.
Changes:
- Convert relative URDF paths to absolute paths before loading
- Remove problematic test case using 'cd ..' shell command pattern
- Simplify test execution by removing conditional directory logic
The path resolution fix ensures that URDFs can be loaded correctly
regardless of the current working directory, preventing XML parsing
errors when resolving internal mesh file references.
0 commit comments