RCL - RoboCLuedo  v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1
test_armor.launch
Go to the documentation of this file.
1 <!-- this script is meant to make direct tests on aRMOR -->
2 
3 <launch>
4 
5  <include file="$(find robocluedo)/config/parameters.launch"></include>
6 
7  <node pkg="armor" type="execute" name="armor_service" args="it.emarolab.armor.ARMORMainService" output="screen" required="true"/>
8  <node pkg="robocluedo" type="test_armor" name="test_armor" output="screen" required="true"></node>
9 
10 </launch>