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

A friendly GitHub user reminded me, that in bash you use quotation marks to group space-separated strings as a single argument, so everything ROS receives is roslaunch pkg default.launch arg1:=.

To keep the quotes, you can use single quotes around the double qoutes:

roslaunch pkg default.launch arg1:='""'