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

specify substituion args export directory in yaml file #7

Open
Fellfalla opened this issue Oct 2, 2021 · 0 comments
Open

specify substituion args export directory in yaml file #7

Fellfalla opened this issue Oct 2, 2021 · 0 comments

Comments

@Fellfalla
Copy link

Problem

yaml file does not support substitution like "$(find map2gazebo)/models/map/meshes"

Solution

Load the yaml file in roslaunch with subst_value=true argument. reference: http://wiki.ros.org/roslaunch/XML/rosparam

e.g.

    <node pkg="yourpackage" type="yournode" name="nodename" output="screen">
      <rosparam file="path/to/yaml.yaml" command="load" subst_value="True"/>
    </node>
@Fellfalla Fellfalla changed the title export directory in yaml file specify substituion args export directory in yaml file Oct 2, 2021
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