ament / ament_index

Apache License 2.0
13 stars 27 forks source link

fix finding resources in overlayed workspaces #10

Closed dirk-thomas closed 9 years ago

dirk-thomas commented 9 years ago

Before when finding any resource in a workspace aborted searching in underlayed workspaces. Instead we always have to consider all workspaces but only use the highest level entry with the same name.

jacquelinekay commented 9 years ago

If I understand the code correctly, Windows doesn't replicate the new behavior. Do we support overlayed workspaces in Windows?

dirk-thomas commented 9 years ago

Great catch. I added the missing check in the Windows block.

tfoote commented 9 years ago

+1