How to encode special characters in a launch file <param> element
In the following example, I would like to have the value of the parameter "myString" to contain only two ASCII characters: CarriageReturn and LineFeed. How do I specify them in the definition of a parameter in a launch file?
<param name="myString" type="string" value="\r\n"/>
I've searched for the definition for all of the "special characters" but have not yet found the right combination of search terms.