Skip to content
Snippets Groups Projects
Commit 3f06a421 authored by marvin's avatar marvin
Browse files

Rename *config.xml to *.config

parent edb2fac9
1 merge request!6Adapter custombot
......@@ -14,7 +14,6 @@
<output>
<!-- Path to and name of the generated .gazebo.xacro file. -->
<gazebomodel type="file" name="bot.gazebo.xacro" path="./../../../build/sim/" />
<!-- <gazebomodel type="directory" path="./resources/output/" /> -->
<!-- Path to and name of the file stating the selected bots name. -->
<botname type="file" name="botname.txt" path="./../../../build/sim/" />
</output>
......
<?xml version="1.0"?>
<!-- ModelSetup configuration file. -->
<!-- Path (relative path to ModelSetup.java location) and name value can be changed. -->
<modelsetup>
<input>
<!-- Path to and name of model template for Feature IDE. -->
<model type="file" name="modelTemplate.xml" path="./../FeatureModelConfigurator/resources/input/" />
<!-- Path to all available sensor configuration files. -->
<sensorconfig type="directory" path="./../FeatureModelConfigurator/resources/input/sensorconfig/" />
<!-- Path to all available .gazebo.xacro files. -->
<gazebomodel type="directory" path="./../FeatureModelConfigurator/resources/input/bot_description/" />
<!-- <gazebomodel type="directory" path="./../../sim/bot_description/" /> -->
</input>
<output>
<!-- Path to and name of the generated Feature IDE model file. -->
<model type="file" name="modelTEST.xml" path="./../FeatureModelConfigurator/" />
</output>
</modelsetup>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment