how can I "shell programming" in launch file?
Hi! I alwasy run some command in terminal like:
sudo chmod 777 /dev/USB0
sudo chmod 777 /dev/ACM0
but how can i do this in launch file, when i ask roslaunch expamle.launch
it call this shell programming for once?