Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Semesterprojekt Modulbasiertes Testen
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Trappe
Semesterprojekt Modulbasiertes Testen
Commits
3f06a421
Commit
3f06a421
authored
5 years ago
by
marvin
Browse files
Options
Downloads
Patches
Plain Diff
Rename *config.xml to *.config
parent
edb2fac9
1 merge request
!6
Adapter custombot
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/var/FeatureModelConfigurator/adapter.config
+0
-1
0 additions, 1 deletion
src/var/FeatureModelConfigurator/adapter.config
src/var/FeatureModelImplGenerator/modelsetup.config
+18
-0
18 additions, 0 deletions
src/var/FeatureModelImplGenerator/modelsetup.config
with
18 additions
and
1 deletion
src/var/FeatureModelConfigurator/adapterconfig
.xml
→
src/var/FeatureModelConfigurator/adapter
.
config
+
0
−
1
View file @
3f06a421
...
...
@@ -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
>
...
...
This diff is collapsed.
Click to expand it.
src/var/FeatureModelImplGenerator/modelsetup.config
0 → 100644
+
18
−
0
View file @
3f06a421
<?
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
>
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment