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
Merge requests
!6
Adapter custombot
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adapter custombot
adapter_custombot
into
master
Overview
0
Commits
18
Pipelines
0
Changes
49
Merged
Marvin Vogt
requested to merge
adapter_custombot
into
master
5 years ago
Overview
0
Commits
18
Pipelines
0
Changes
2
Expand
Der Fehler von Jonas muss noch gefixt werden
0
0
Merge request reports
Viewing commit
e36b4de1
Prev
Next
Show latest version
2 files
+
52
−
12
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
e36b4de1
Custom Bot input placeholder
· e36b4de1
marvin
authored
5 years ago
src/var/FeatureModelConfigurator/adapterconfig.xml
+
2
−
2
Options
@@ -5,8 +5,8 @@
<input>
<!-- Path to and name of feature model generated by Feature IDE. -->
<featuremodel
type=
"file"
name=
"featuremodel.xml"
path=
"./resources/output/"
/>
<!-- Path to a
nd name of
sensor configuration file. -->
<sensorconfig
type=
"
file"
name=
"sensorconfig.xml
"
path=
"./resources/input/sensorconfig/"
/>
<!-- Path to a
ll available
sensor configuration file
s
. -->
<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/" /> -->