Advertisement
Guest User

Untitled

a guest
Jan 12th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.56 KB | None | 0 0
  1. <launch>
  2.   <!-- Frequently changed public params-->
  3.   <param name="max_speed" value="30.0" />
  4.   <param name="event" value="3" />
  5.  
  6.   <!-- One group per computer. This is not a standard, but this makes the overall structure better-->
  7.   <group name="tegra_a_launch">
  8.     <machine name="tegra_a" address="10.42.0.28" env-loader="/opt/ros/kinetic/env.sh" user="nvidia" password="nvidia"/>
  9.      
  10.     <include file="/path/to/file/on/local/machine/isam.launch" >
  11.       <arg name="machine" value="tegra_a" />
  12.     </include>
  13.     <include file="/path/to/file/on/local/machine/isam.launch" >
  14.       <arg name="machine" value="tegra_a" />
  15.     </include>
  16.     <include file="/path/to/file/on/local/machine/isam.launch" >
  17.       <arg name="machine" value="tegra_a" />
  18.     </include>
  19.     <include file="/path/to/file/on/local/machine/isam.launch" >
  20.       <arg name="machine" value="tegra_a" />
  21.     </include>
  22.     <include file="/path/to/file/on/local/machine/isam.launch" >
  23.       <arg name="machine" value="tegra_a" />
  24.     </include>
  25.     <include file="/path/to/file/on/local/machine/isam.launch" >
  26.       <arg name="machine" value="tegra_a" />
  27.     </include>
  28.   </group>
  29.  
  30.   <group name="tegra_b_launch">
  31.     <machine name="tegra_b" address="10.42.0.29" env-loader="/opt/ros/kinetic/env.sh" user="nvidia" password="nvidia"/>
  32.    
  33.     <include file="/path/to/file/on/local/machine/object_detection.launch" >
  34.       <arg name="machine" value="tegra_b" />
  35.     </include>
  36.     <include file="/path/to/file/on/local/machine/am.launch" >
  37.       <arg name="machine" value="tegra_b" />
  38.     </include>
  39.     <include file="/path/to/file/on/local/machine/isam.launch" >
  40.       <arg name="machine" value="tegra_b" />
  41.     </include>
  42.     <include file="/path/to/file/on/local/machine/isam.launch" >
  43.       <arg name="machine" value="tegra_b" />
  44.     </include>
  45.     <include file="/path/to/file/on/local/machine/isam.launch" >
  46.       <arg name="machine" value="tegra_b" />
  47.     </include>
  48.     <include file="/path/to/file/on/local/machine/isam.launch" >
  49.       <arg name="machine" value="$(machine tegra_b)" />
  50.     </include>
  51.   </group>
  52. </launch>
  53.  
  54.  
  55.  
  56.  
  57.  
  58. <launch>
  59.   <node machine="$(arg machine)" name="planning_spline" pkg="r18dv_path_planning" type="planning_spline" />
  60.   <node machine="$(arg machine)" name="planning_spline" pkg="r18dv_path_planning" type="planning_spline" />
  61.   <node machine="$(arg machine)" name="planning_spline" pkg="r18dv_path_planning" type="planning_spline" />
  62.   <node machine="$(arg machine)" name="planning_spline" pkg="r18dv_path_planning" type="planning_spline" />
  63. </launch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement