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
ba3caf53
Commit
ba3caf53
authored
5 years ago
by
marvin
Browse files
Options
Downloads
Patches
Plain Diff
Changed adapter.config, modelsetup.config
parent
57b3894c
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/var/FeatureModelConfigurator/adapter.config
+9
-2
9 additions, 2 deletions
src/var/FeatureModelConfigurator/adapter.config
src/var/FeatureModelImplGenerator/modelsetup.config
+4
-2
4 additions, 2 deletions
src/var/FeatureModelImplGenerator/modelsetup.config
with
13 additions
and
4 deletions
src/var/FeatureModelConfigurator/adapter.config
+
9
−
2
View file @
ba3caf53
...
...
@@ -6,14 +6,21 @@
<!--
Path
to
and
name
of
feature
model
generated
by
Feature
IDE
. -->
<
featuremodel
type
=
"file"
name
=
"featuremodel.xml"
path
=
"./resources/output/"
/>
<!--
Path
to
all
available
sensor
configuration
files
. -->
<!--
Files
with
other
endings
are
allowed
and
will
be
ignored
,
unless
this
path
is
also
used
by
ModelSetup
(
see
ModelSetup
) -->
<
sensorconfig
type
=
"directory"
path
=
"./resources/input/sensorconfig/"
/>
<!--
Path
to
all
available
.
gazebo
.
xacro
files
. -->
<
gazebomodel
type
=
"directory"
path
=
"./resources/input/bot_description/"
/>
<!-- <
gazebomodel
type
=
"directory"
path
=
"./../../sim/bot_description/"
/> -->
<!--
Files
with
other
endings
are
allowed
and
will
be
ignored
. -->
<
gazebomodel
type
=
"directory"
path
=
"./../../sim/turtlebot3/turtlebot3/turtlebot3_description/urdf_raw_for_testing/"
/>
<!-- <
gazebomodel
type
=
"directory"
path
=
"./resources/input/bot_description/"
/> -->
<!--
Path
to
all
available
.
urdf
.
xacro
files
. -->
<!--
Files
with
other
endings
are
allowed
and
will
be
ignored
. -->
<
urdfmodel
type
=
"directory"
path
=
"./../../sim/turtlebot3/turtlebot3/turtlebot3_description/urdf_raw_for_testing/"
/>
</
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
generated
.
urdf
.
xacro
file
. -->
<
urdfmodel
type
=
"file"
name
=
"bot.urdf.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/"
/>
</
output
>
...
...
This diff is collapsed.
Click to expand it.
src/var/FeatureModelImplGenerator/modelsetup.config
+
4
−
2
View file @
ba3caf53
...
...
@@ -6,10 +6,12 @@
<!--
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
. -->
<!--
Only
sensor
configuration
files
are
allowed
inside
this
directory
! -->
<
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/"
/> -->
<!--
Files
with
other
endings
are
allowed
and
will
be
ignored
. -->
<
gazebomodel
type
=
"directory"
path
=
"./../../sim/turtlebot3/turtlebot3/turtlebot3_description/urdf/"
/>
<!-- <
gazebomodel
type
=
"directory"
path
=
"./../FeatureModelConfigurator/resources/input/bot_description/"
/> -->
</
input
>
<
output
>
<!--
Path
to
and
name
of
the
generated
Feature
IDE
model
file
. -->
...
...
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