RCL - RoboCLuedo  v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1
test_cluedo_random_room.launch
Go to the documentation of this file.
1 <launch>
2 
3  <include file="$(find robocluedo)/config/parameters.launch"></include>
4 
5  <node pkg="robocluedo" name="cluedo_random_room" type="cluedo_random_room" output="screen" required="true"></node>
6  <node pkg="robocluedo" name="test_cluedo_random_room" type="test_cluedo_random_room.py" output="screen" required="true"></node>
7 
8 </launch>