v01
This commit is contained in:
17
thirdparty/ros/ros_comm/tools/roslaunch/resources/example-ssh.launch
vendored
Normal file
17
thirdparty/ros/ros_comm/tools/roslaunch/resources/example-ssh.launch
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<!-- an example launch configuration that launches two demo nodes on a remote machine -->
|
||||
<launch>
|
||||
|
||||
<group ns="local">
|
||||
<node name="talker" pkg="rospy" type="talker.py" />
|
||||
<node name="listener" pkg="rospy" type="listener.py" />
|
||||
</group>
|
||||
|
||||
<!-- default only affects nodes defined later -->
|
||||
<machine name="machine-1" default="true" address="foo.bar.com" env-loader="/opt/ros/fuerte/env.sh" user="whoami" ssh-port="22" />
|
||||
|
||||
<group ns="remote">
|
||||
<node name="talker" pkg="rospy" type="talker.py" />
|
||||
<node name="listener" pkg="rospy" type="listener.py" />
|
||||
</group>
|
||||
|
||||
</launch>
|
||||
Reference in New Issue
Block a user