line_follow.launch 241 B

12345
  1. <launch>
  2. <include file="$(find usb_cam)/launch/usb_cam-test.launch"/>
  3. <include file="$(find ucar_controller)/launch/base_driver.launch"/>
  4. <node pkg="line_follower" type="line_follow.py" name="line_follower" output="screen"/>
  5. </launch>