Robotics StackExchange | Archived questions

Possible types for roslaunch args

What types can an arg in a launchfile be?

For example, can it be a list?

<arg name='my_friends' value='["antonio", "beppe", "carlo", "davide"]'/>

If so, how would I access the elements of the list? Something along the lines of

<group ns=$(arg my_friends)[0]>
</group>

Asked by antonio on 2016-11-24 15:17:09 UTC

Comments

Answers