Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allowing relative paths in URDF (#1213)
When parsing a URDF file, the `_source` parameter is set to "urdf file" which breaks relative path resolution downstream. This commit changes the call to `sdf::readDoc` to use `filename` as the `_source` parameter instead. Signed-off-by: Robert Plante <RobertDPlante@gmail.com> Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org>
- Loading branch information