Skip to content
Snippets Groups Projects
adapterconfig.xml 930 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)/ name value can be changed. -->
marvin's avatar
marvin committed
<adapter>
	<input>
		<!-- Feature Model generated by Feature IDE. -->
		<featuremodel type="file" path="./resources/output/featuremodel.xml" />
		<!-- Sensor configuration file. -->
		<sensorconfig type="file" path="./resources/input/sensorconfig.xml" />
		<!-- Path to all available .gazebo.xacro files. -->
		<gazebomodel type="directory" path="./resources/input/turtlebot3-master/turtlebot3_description/urdf/" />
		<!-- <gazebomodel type="directory" path="./../../sim/[ORT, WO DIE DATEIEN STEHEN KOENNTEN]" /> -->
	</input>
	<output>
		<!-- Output path and name for the generated .gazebo.xacro file. -->
		<gazebomodel type="directory" name="bot.gazebo.xacro" path="./../../../build/sim/" />
		<!-- <gazebomodel type="directory" path="./resources/output/" /> -->
marvin's avatar
marvin committed
	</output>
</adapter>