roslaunch ocl deployer node does not recognize '-s foo.ops --'
When I run:
rosrun ocl deployer-gnulinux -s foo.ops
This works just fine, however when I try this from within a *.launch file
(documented here: http://www.ros.org/wiki/ocl)
<launch>
<node name="orocos" pkg="ocl" type="deployer-gnulinux" launch-prefix="gnome-terminal -e" args=" -s $(find orocos)/foo.ops --">
</node>
</launch>
I get:
Failed to parse arguments: Unknown option -s
It looks like the arguments are being treated differently when called this way.