Launch into two machines only with access to one
Hi,
This is my setup:
Operator: Hydro Bot: Hydro Manipulator: Hydro
I am on Operator, I need to ssh into Bot and from there ssh into Manipulator, launch a script by cd'ing into its directory and running ./script_launch. Then exit Manipulator and launch node on Bot. Then exit Bot and launch script on Operator. I wrote a bash script that does this - but its not working so now I am looking at using a launch file.
i.e.
ssh bot
ssh Manipulator
cd /path/to/file
./script
exit Manipulator
launch node launchfile.launch
exit Bot
launch nodeOperator launchfileOperator.launch
any help is much appreciated
Asked by kleinash on 2015-01-30 03:59:00 UTC
Comments