How to run launch file on remote without shell scripts

asked 2021-04-13 02:10:16 -0500

Bursht_ gravatar image

Hey, I am looking for a way of running launch file on my robot without messing it up with shell scripts.. I saw machine tag can handle this kind of mission but it seems that he searches my launch files locally and that the overall implementation is not the best.. If someone dealt with it and can help it will be awsome!

edit retag flag offensive close merge delete

Comments

Can you be more explicit about your issue ? What does your scripts do exactly ? Why don't you use ssh directly ? etc... Please edit your question to add more informations.

Delb gravatar image Delb  ( 2021-04-13 04:29:44 -0500 )edit

The general method of running launch files is roslaunch <package> <file.launch>. I'm assuming you are looking for something more complicated? Could you elaborate on your issue?

Akhil Kurup gravatar image Akhil Kurup  ( 2021-04-13 08:44:37 -0500 )edit