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

From your launch file both in .launch and its api you can use arg to pass arguments. In python you can use sys.argv to take this arguments as input from your launch file.

From your launch file both in .launch and its api you can use argargs to pass arguments. In python you can use sys.argv to take this arguments as input from your launch file.