Skip to content
Snippets Groups Projects
adapter.config 1001 B
Newer Older
marvin's avatar
marvin committed
<?xml version="1.0"?>
marvin's avatar
marvin committed
<!-- Adapter configuration file. -->
<!-- Path (relative path to Adapter.java location) and name value can be changed. -->
marvin's avatar
marvin committed
<adapter>
	<input>
		<!-- Path to and name of feature model generated by Feature IDE. -->
		<featuremodel type="file" name="featuremodel.xml" path="./resources/output/" />
marvin's avatar
marvin committed
		<!-- Path to all available sensor configuration files. -->
		<sensorconfig type="directory" path="./resources/input/sensorconfig/" />
marvin's avatar
marvin committed
		<!-- Path to all available .gazebo.xacro files. -->
marvin's avatar
marvin committed
		<gazebomodel type="directory" path="./resources/input/bot_description/" />
			<!-- <gazebomodel type="directory" path="./../../sim/bot_description/" /> -->
marvin's avatar
marvin committed
	</input>
	<output>
		<!-- Path to and name of the generated .gazebo.xacro file. -->
		<gazebomodel type="file" name="bot.gazebo.xacro" path="./../../../build/sim/" />
		<!-- Path to and name of the file stating the selected bots name. -->
		<botname type="file" name="botname.txt" path="./../../../build/sim/" />
marvin's avatar
marvin committed
	</output>
</adapter>