We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
lib_config/src/Bundle.cpp
Line 323 in 78ab9b5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are some config files around using orocos.rb's functionality to search for files in bundles. E.g.
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:
lib_config/src/Bundle.cpp
Line 323 in 78ab9b5
The text was updated successfully, but these errors were encountered: