Attention: Answers.ros.org is deprecated as of August the 11th, 2023. Please visit robotics.stackexchange.com to ask a new question. This site will remain online in read-only mode during the transition and into the foreseeable future. Selected questions and answers have been migrated, and redirects have been put in place to direct users to the corresponding questions on Robotics Stack Exchange. Additional details are available here.
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.