Remap parameters in included file
Hello guys, this is a snippet from my launch file
<remap from="/a" to="/prefix/a" />
<include file="xyz.launch" />
file xyz.launch contains:
<launch>
<param name="/a/hello" value="10" />
...
</launch>
sadly, the remapping does not work. Is there any way to make this work without having to place the remap in file xyz?