-
Notifications
You must be signed in to change notification settings - Fork 914
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
Add substitution args parsing to roslaunch yaml loaded from file #1051
Labels
Comments
The maintainers will likely not have time to implement this in the foreseeable future. Please consider to contribute a pull request to implement this feature. |
nano-meter
added a commit
to nano-meter/ros_comm
that referenced
this issue
Mar 22, 2018
nano-meter
added a commit
to nano-meter/ros_comm
that referenced
this issue
Mar 22, 2018
nano-meter
added a commit
to nano-meter/ros_comm
that referenced
this issue
Mar 22, 2018
dirk-thomas
pushed a commit
that referenced
this issue
Apr 5, 2018
* Add substitution when loading yaml files like in #1051 * Add tests
zachfang
pushed a commit
to 6RiverSystems/ros_comm
that referenced
this issue
Jun 21, 2018
* Add substitution when loading yaml files like in ros#1051 * Add tests
dantwinkler
pushed a commit
to 6RiverSystems/ros_comm
that referenced
this issue
Jul 10, 2018
Implemented in #1354. |
dirk-thomas
pushed a commit
that referenced
this issue
Aug 20, 2018
* Add substitution when loading yaml files like in #1051 * Add tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jbohren's #218 added resolving args in rosparam if the yaml text is inlined inside of the launch file.
However I have repeatedly found myself missing this feature when loading parameters from a external yaml file using
rosparam
'sfile
attribute. Here is a minimal reproducible example of the issue.config.yaml:
param_loader.launch:
Output of
roslaunch param_loader.launch --dump-params
:It would be very useful to actually have
subbed_pkg_from_file
resolve to the package path whensubst_value
is set to true.The text was updated successfully, but these errors were encountered: