Project

General

Profile

Revision e203e719

IDe203e7191292a1bb19490ea1b27a337100b29f32
Parent d2acabf3
Child 0fb861bc

Added by Thomas Mullins about 11 years ago

Fixed launch script error

View differences:

scout/libscout/launch/rosscout.launch
5 5
     -->
6 6

  
7 7
<launch>
8
  <include file="$(rospack find scout_avr)/launch/rosserial.xml" />
9
  <include file="$(rospack find libscout)/launch/helper_nodes.xml" />
8
  <include file="$(find scout_avr)/launch/rosserial.xml" />
9
  <include file="$(find libscout)/launch/helper_nodes.xml" />
10 10
  <!-- TODO launch a top-level libscout behavior -->
11 11
</launch>
scout_avr/launch/rosserial.launch
1 1
<launch>
2
  <include file="$(rospack find scout_avr)/launch/rosserial.xml" />
2
  <include file="$(find scout_avr)/launch/rosserial.xml" />
3 3
</launch>

Also available in: Unified diff