Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend String Variable Insertion to also detect and resolve "Bundles.find_file"-pattern #11

Open
maltewi opened this issue Jul 10, 2019 · 0 comments

Comments

@maltewi
Copy link
Member

maltewi commented Jul 10, 2019

There are some config files around using orocos.rb's functionality to search for files in bundles. E.g.

path: <%= "#{Bundles.find_file('config/motion_planner/trajopt.yml')}" %>

as reported in https://git.hb.dfki.de/d-rock/cnd-orogen-execution/issues/2.

This could also be resolved by libConfig by mapping to calling this function:

std::string Bundle::findFileByName(const std::string& relativePath)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant