Skip to content

tilde param syntax #41

@xqms

Description

@xqms

While reading http://wiki.ros.org/roslaunch/XML/param again for #40, I discovered the ~private syntax:

<launch>
        <param name="~private" value="test" />

        <group ns="group_ns">
        </group>

        <node name="joy" pkg="joy" type="joy_node">
        </node>
</launch>

This will result in a parameter /joy/private. I'm not aware of anyone using this - but we should probably support it...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions