When a file is generated in a devel workspace, the path resolution is not clear: generated files live in devel/share/{package_name}; while rospack will resolve to src/{package_name}. Perhaps we need to get all possible paths and check them?
This can happen with URDF files that are generated during build from xacro.
When a file is generated in a devel workspace, the path resolution is not clear: generated files live in
devel/share/{package_name}; while rospack will resolve tosrc/{package_name}. Perhaps we need to get all possible paths and check them?This can happen with URDF files that are generated during build from xacro.