ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

For what you're trying to do it would require roslaunch to do string concatenation and then execute it in bash. For using subprocesses that's generally not recommended due to potential security vulnerabilities. It instead is directly calling the executables and appending arguments directly.

If you do want to do the piping and other bashisms writing your stuff into a bash script is what I would recommend.