Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
visualisation
Commits
41f8b5b2
Commit
41f8b5b2
authored
Dec 03, 2017
by
Manuel Schrick
Browse files
Updated all layouts
parent
00675b17
Changes
54
Hide whitespace changes
Inline
Side-by-side
svg/BumperBot/testManuelSchrick.bumperBot.actuators.html
View file @
41f8b5b2
...
...
@@ -3,27 +3,6 @@
<header>
<title>
testManuelSchrick.bumperBot.actuators
</title>
<meta
name=
"viewport"
content=
"width=device-width"
>
<script
type=
"text/javascript"
>
function
openFileInEditor
(
filePath
)
{
var
parent
=
window
.
parent
;
while
(
parent
.
parent
!=
null
&&
parent
.
api
==
null
)
{
parent
=
parent
.
parent
;
}
if
(
parent
.
api
==
null
)
{
return
;
}
var
api
=
window
.
parent
.
api
;
var
tabManager
=
api
.
tabManager
;
function
onOpenFile
(
error
,
tab
)
{
if
(
error
)
console
.
error
(
error
);
}
tabManager
.
openFile
(
filePath
,
true
,
onOpenFile
);
}
</script>
</header>
<body
link=
"black"
vlink=
"black"
>
...
...
svg/BumperBot/testManuelSchrick.bumperBot.actuators.svg
View file @
41f8b5b2
...
...
@@ -5,7 +5,7 @@
<g
transform=
"translate(40 40)"
>
<rect
id=
"
497
"
id=
"
85
"
width=
"400"
height=
"320"
style=
"fill:white;stroke:black;stroke-width:2;fill-opacity:1.0;stroke-opacity:1.0"
/>
...
...
@@ -26,7 +26,7 @@
<g
transform=
"translate(120 80)"
>
<rect
data-name=
"testManuelSchrick.bumperBot.actuators.leftMotor"
id=
"
499
"
id=
"
87
"
width=
"200"
height=
"80"
style=
"fill:white;stroke:black;stroke-width:2;fill-opacity:1.0;stroke-opacity:1.0"
...
...
@@ -47,7 +47,7 @@
<g
transform=
"translate(120 200)"
>
<rect
data-name=
"testManuelSchrick.bumperBot.actuators.rightMotor"
id=
"
500
"
id=
"
88
"
width=
"200"
height=
"80"
style=
"fill:white;stroke:black;stroke-width:2;fill-opacity:1.0;stroke-opacity:1.0"
...
...
svg/BumperBot/testManuelSchrick.bumperBot.actuators_no_port_names.html
View file @
41f8b5b2
...
...
@@ -3,27 +3,6 @@
<header>
<title>
testManuelSchrick.bumperBot.actuators
</title>
<meta
name=
"viewport"
content=
"width=device-width"
>
<script
type=
"text/javascript"
>
function
openFileInEditor
(
filePath
)
{
var
parent
=
window
.
parent
;
while
(
parent
.
parent
!=
null
&&
parent
.
api
==
null
)
{
parent
=
parent
.
parent
;
}
if
(
parent
.
api
==
null
)
{
return
;
}
var
api
=
window
.
parent
.
api
;
var
tabManager
=
api
.
tabManager
;
function
onOpenFile
(
error
,
tab
)
{
if
(
error
)
console
.
error
(
error
);
}
tabManager
.
openFile
(
filePath
,
true
,
onOpenFile
);
}
</script>
</header>
<body
link=
"black"
vlink=
"black"
>
...
...
svg/BumperBot/testManuelSchrick.bumperBot.actuators_no_port_names.svg
View file @
41f8b5b2
...
...
@@ -5,7 +5,7 @@
<g
transform=
"translate(40 40)"
>
<rect
id=
"
497
"
id=
"
85
"
width=
"400"
height=
"320"
style=
"fill:white;stroke:black;stroke-width:2;fill-opacity:1.0;stroke-opacity:1.0"
/>
...
...
@@ -26,7 +26,7 @@
<g
transform=
"translate(120 80)"
>
<rect
data-name=
"testManuelSchrick.bumperBot.actuators.leftMotor"
id=
"
499
"
id=
"
87
"
width=
"200"
height=
"80"
style=
"fill:white;stroke:black;stroke-width:2;fill-opacity:1.0;stroke-opacity:1.0"
...
...
@@ -47,7 +47,7 @@
<g
transform=
"translate(120 200)"
>
<rect
data-name=
"testManuelSchrick.bumperBot.actuators.rightMotor"
id=
"
500
"
id=
"
88
"
width=
"200"
height=
"80"
style=
"fill:white;stroke:black;stroke-width:2;fill-opacity:1.0;stroke-opacity:1.0"
...
...
svg/BumperBot/testManuelSchrick.bumperBot.actuators_simplified.html
View file @
41f8b5b2
...
...
@@ -3,27 +3,6 @@
<header>
<title>
testManuelSchrick.bumperBot.actuators
</title>
<meta
name=
"viewport"
content=
"width=device-width"
>
<script
type=
"text/javascript"
>
function
openFileInEditor
(
filePath
)
{
var
parent
=
window
.
parent
;
while
(
parent
.
parent
!=
null
&&
parent
.
api
==
null
)
{
parent
=
parent
.
parent
;
}
if
(
parent
.
api
==
null
)
{
return
;
}
var
api
=
window
.
parent
.
api
;
var
tabManager
=
api
.
tabManager
;
function
onOpenFile
(
error
,
tab
)
{
if
(
error
)
console
.
error
(
error
);
}
tabManager
.
openFile
(
filePath
,
true
,
onOpenFile
);
}
</script>
</header>
<body
link=
"black"
vlink=
"black"
>
...
...
svg/BumperBot/testManuelSchrick.bumperBot.actuators_simplified.svg
View file @
41f8b5b2
...
...
@@ -5,7 +5,7 @@
<g
transform=
"translate(40 40)"
>
<rect
id=
"4
86
"
id=
"
7
4"
width=
"400"
height=
"320"
style=
"fill:white;stroke:black;stroke-width:2;fill-opacity:1.0;stroke-opacity:1.0"
/>
...
...
@@ -26,7 +26,7 @@
<g
transform=
"translate(120 80)"
>
<rect
data-name=
"testManuelSchrick.bumperBot.actuators.leftMotor"
id=
"
488
"
id=
"
76
"
width=
"200"
height=
"80"
style=
"fill:white;stroke:black;stroke-width:2;fill-opacity:1.0;stroke-opacity:1.0"
...
...
@@ -47,7 +47,7 @@
<g
transform=
"translate(120 200)"
>
<rect
data-name=
"testManuelSchrick.bumperBot.actuators.rightMotor"
id=
"
489
"
id=
"
77
"
width=
"200"
height=
"80"
style=
"fill:white;stroke:black;stroke-width:2;fill-opacity:1.0;stroke-opacity:1.0"
...
...
svg/BumperBot/testManuelSchrick.bumperBot.controller.html
View file @
41f8b5b2
...
...
@@ -3,27 +3,6 @@
<header>
<title>
testManuelSchrick.bumperBot.controller
</title>
<meta
name=
"viewport"
content=
"width=device-width"
>
<script
type=
"text/javascript"
>
function
openFileInEditor
(
filePath
)
{
var
parent
=
window
.
parent
;
while
(
parent
.
parent
!=
null
&&
parent
.
api
==
null
)
{
parent
=
parent
.
parent
;
}
if
(
parent
.
api
==
null
)
{
return
;
}
var
api
=
window
.
parent
.
api
;
var
tabManager
=
api
.
tabManager
;
function
onOpenFile
(
error
,
tab
)
{
if
(
error
)
console
.
error
(
error
);
}
tabManager
.
openFile
(
filePath
,
true
,
onOpenFile
);
}
</script>
</header>
<body
link=
"black"
vlink=
"black"
>
...
...
svg/BumperBot/testManuelSchrick.bumperBot.controller.svg
View file @
41f8b5b2
...
...
@@ -5,7 +5,7 @@
<g
transform=
"translate(40 40)"
>
<rect
id=
"
467
"
id=
"
56
"
width=
"860"
height=
"680"
style=
"fill:white;stroke:black;stroke-width:2;fill-opacity:1.0;stroke-opacity:1.0"
/>
...
...
@@ -23,10 +23,10 @@
</g>
</svg>
<!-- Component: bumpControl -->
<g
transform=
"translate(210
20
0)"
>
<g
transform=
"translate(210
8
0)"
>
<rect
data-name=
"testManuelSchrick.bumperBot.controller.bumpControl"
id=
"
468
"
id=
"
57
"
width=
"200"
height=
"440"
style=
"fill:white;stroke:black;stroke-width:2;fill-opacity:1.0;stroke-opacity:1.0"
...
...
@@ -47,7 +47,7 @@
<g
transform=
"translate(490 320)"
>
<rect
data-name=
"testManuelSchrick.bumperBot.controller.timer"
id=
"
469
"
id=
"
58
"
width=
"200"
height=
"80"
style=
"fill:white;stroke:black;stroke-width:2;fill-opacity:1.0;stroke-opacity:1.0"
...
...
@@ -72,9 +72,9 @@
</defs><line
stroke-linecap=
"square"
x1=
"410"
y1=
"4
8
0"
y1=
"
2
40"
x2=
"890"
y2=
"4
8
0"
y2=
"
2
40"
style=
"stroke:rgb(0, 0,0);
stroke-width:2;
marker-end: url(#0,0,0)
...
...
@@ -83,9 +83,9 @@
<line
stroke-linecap=
"square"
x1=
"410"
y1=
"
60
0"
y1=
"
12
0"
x2=
"890"
y2=
"
60
0"
y2=
"
12
0"
style=
"stroke:rgb(0, 0,0);
stroke-width:2;
marker-end: url(#0,0,0)
...
...
@@ -117,7 +117,7 @@
x1=
"770"
y1=
"360"
x2=
"770"
y2=
"
12
0"
y2=
"
60
0"
style=
"stroke:rgb(0, 0,0);
stroke-width:2;
"
...
...
@@ -125,9 +125,9 @@
<line
stroke-linecap=
"square"
x1=
"770"
y1=
"
12
0"
y1=
"
60
0"
x2=
"130"
y2=
"
12
0"
y2=
"
60
0"
style=
"stroke:rgb(0, 0,0);
stroke-width:2;
"
...
...
@@ -135,9 +135,9 @@
<line
stroke-linecap=
"square"
x1=
"130"
y1=
"
12
0"
y1=
"
60
0"
x2=
"130"
y2=
"
2
40"
y2=
"4
8
0"
style=
"stroke:rgb(0, 0,0);
stroke-width:2;
"
...
...
@@ -145,9 +145,9 @@
<line
stroke-linecap=
"square"
x1=
"130"
y1=
"
2
40"
y1=
"4
8
0"
x2=
"200"
y2=
"
2
40"
y2=
"4
8
0"
style=
"stroke:rgb(0, 0,0);
stroke-width:2;
marker-end: url(#0,0,0)
...
...
@@ -173,13 +173,13 @@
bumpPressed
</text>
<use
x=
"890"
y=
"
47
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"start"
alignment-baseline=
"middle"
x=
"914"
y=
"4
8
0"
transform=
"rotate(0,914,4
8
0)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
<use
x=
"890"
y=
"
23
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"start"
alignment-baseline=
"middle"
x=
"914"
y=
"
2
40"
transform=
"rotate(0,914,
2
40)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
rightMotorCmd
</text>
<use
x=
"890"
y=
"
59
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"start"
alignment-baseline=
"middle"
x=
"914"
y=
"
60
0"
transform=
"rotate(0,914,
60
0)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
<use
x=
"890"
y=
"
11
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"start"
alignment-baseline=
"middle"
x=
"914"
y=
"
12
0"
transform=
"rotate(0,914,
12
0)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
leftMotorCmd
</text>
...
...
@@ -188,8 +188,8 @@ leftMotorCmd
bumpPressedX
</text>
<use
x=
"200"
y=
"
23
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"start"
alignment-baseline=
"middle"
x=
"222"
y=
"
2
40"
transform=
"rotate(0,222,
2
40)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
<use
x=
"200"
y=
"
47
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"start"
alignment-baseline=
"middle"
x=
"222"
y=
"4
8
0"
transform=
"rotate(0,222,4
8
0)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
timerSig
</text>
...
...
@@ -198,13 +198,13 @@ timerSig
timerCmd
</text>
<use
x=
"400"
y=
"
59
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"end"
alignment-baseline=
"middle"
x=
"398"
y=
"
60
0"
transform=
"rotate(0,398,
60
0)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
<use
x=
"400"
y=
"
11
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"end"
alignment-baseline=
"middle"
x=
"398"
y=
"
12
0"
transform=
"rotate(0,398,
12
0)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
leftMotorCmdX
</text>
<use
x=
"400"
y=
"
47
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"end"
alignment-baseline=
"middle"
x=
"398"
y=
"4
8
0"
transform=
"rotate(0,398,4
8
0)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
<use
x=
"400"
y=
"
23
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"end"
alignment-baseline=
"middle"
x=
"398"
y=
"
2
40"
transform=
"rotate(0,398,
2
40)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
<tspan>
right
</tspan><tspan
x=
"398"
dy=
"12"
>
Motor
</tspan><tspan
x=
"398"
dy=
"12"
>
Cmd
</tspan><tspan
x=
"398"
dy=
"12"
>
X
</tspan></text>
<use
x=
"680"
y=
"350"
xlink:href=
"#port"
/>
...
...
svg/BumperBot/testManuelSchrick.bumperBot.controller_no_port_names.html
View file @
41f8b5b2
...
...
@@ -3,27 +3,6 @@
<header>
<title>
testManuelSchrick.bumperBot.controller
</title>
<meta
name=
"viewport"
content=
"width=device-width"
>
<script
type=
"text/javascript"
>
function
openFileInEditor
(
filePath
)
{
var
parent
=
window
.
parent
;
while
(
parent
.
parent
!=
null
&&
parent
.
api
==
null
)
{
parent
=
parent
.
parent
;
}
if
(
parent
.
api
==
null
)
{
return
;
}
var
api
=
window
.
parent
.
api
;
var
tabManager
=
api
.
tabManager
;
function
onOpenFile
(
error
,
tab
)
{
if
(
error
)
console
.
error
(
error
);
}
tabManager
.
openFile
(
filePath
,
true
,
onOpenFile
);
}
</script>
</header>
<body
link=
"black"
vlink=
"black"
>
...
...
svg/BumperBot/testManuelSchrick.bumperBot.controller_no_port_names.svg
View file @
41f8b5b2
...
...
@@ -5,7 +5,7 @@
<g
transform=
"translate(40 40)"
>
<rect
id=
"
467
"
id=
"
56
"
width=
"860"
height=
"680"
style=
"fill:white;stroke:black;stroke-width:2;fill-opacity:1.0;stroke-opacity:1.0"
/>
...
...
@@ -23,10 +23,10 @@
</g>
</svg>
<!-- Component: bumpControl -->
<g
transform=
"translate(210
20
0)"
>
<g
transform=
"translate(210
8
0)"
>
<rect
data-name=
"testManuelSchrick.bumperBot.controller.bumpControl"
id=
"
468
"
id=
"
57
"
width=
"200"
height=
"440"
style=
"fill:white;stroke:black;stroke-width:2;fill-opacity:1.0;stroke-opacity:1.0"
...
...
@@ -47,7 +47,7 @@
<g
transform=
"translate(490 320)"
>
<rect
data-name=
"testManuelSchrick.bumperBot.controller.timer"
id=
"
469
"
id=
"
58
"
width=
"200"
height=
"80"
style=
"fill:white;stroke:black;stroke-width:2;fill-opacity:1.0;stroke-opacity:1.0"
...
...
@@ -72,9 +72,9 @@
</defs><line
stroke-linecap=
"square"
x1=
"410"
y1=
"4
8
0"
y1=
"
2
40"
x2=
"890"
y2=
"4
8
0"
y2=
"
2
40"
style=
"stroke:rgb(0, 0,0);
stroke-width:2;
marker-end: url(#0,0,0)
...
...
@@ -83,9 +83,9 @@
<line
stroke-linecap=
"square"
x1=
"410"
y1=
"
60
0"
y1=
"
12
0"
x2=
"890"
y2=
"
60
0"
y2=
"
12
0"
style=
"stroke:rgb(0, 0,0);
stroke-width:2;
marker-end: url(#0,0,0)
...
...
@@ -117,7 +117,7 @@
x1=
"770"
y1=
"360"
x2=
"770"
y2=
"
12
0"
y2=
"
60
0"
style=
"stroke:rgb(0, 0,0);
stroke-width:2;
"
...
...
@@ -125,9 +125,9 @@
<line
stroke-linecap=
"square"
x1=
"770"
y1=
"
12
0"
y1=
"
60
0"
x2=
"130"
y2=
"
12
0"
y2=
"
60
0"
style=
"stroke:rgb(0, 0,0);
stroke-width:2;
"
...
...
@@ -135,9 +135,9 @@
<line
stroke-linecap=
"square"
x1=
"130"
y1=
"
12
0"
y1=
"
60
0"
x2=
"130"
y2=
"
2
40"
y2=
"4
8
0"
style=
"stroke:rgb(0, 0,0);
stroke-width:2;
"
...
...
@@ -145,9 +145,9 @@
<line
stroke-linecap=
"square"
x1=
"130"
y1=
"
2
40"
y1=
"4
8
0"
x2=
"200"
y2=
"
2
40"
y2=
"4
8
0"
style=
"stroke:rgb(0, 0,0);
stroke-width:2;
marker-end: url(#0,0,0)
...
...
@@ -173,13 +173,13 @@
</text>
<use
x=
"890"
y=
"
47
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"start"
alignment-baseline=
"middle"
x=
"914"
y=
"4
8
0"
transform=
"rotate(0,914,4
8
0)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
<use
x=
"890"
y=
"
23
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"start"
alignment-baseline=
"middle"
x=
"914"
y=
"
2
40"
transform=
"rotate(0,914,
2
40)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
</text>
<use
x=
"890"
y=
"
59
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"start"
alignment-baseline=
"middle"
x=
"914"
y=
"
60
0"
transform=
"rotate(0,914,
60
0)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
<use
x=
"890"
y=
"
11
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"start"
alignment-baseline=
"middle"
x=
"914"
y=
"
12
0"
transform=
"rotate(0,914,
12
0)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
</text>
...
...
@@ -188,8 +188,8 @@
</text>
<use
x=
"200"
y=
"
23
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"start"
alignment-baseline=
"middle"
x=
"222"
y=
"
2
40"
transform=
"rotate(0,222,
2
40)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
<use
x=
"200"
y=
"
47
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"start"
alignment-baseline=
"middle"
x=
"222"
y=
"4
8
0"
transform=
"rotate(0,222,4
8
0)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
</text>
...
...
@@ -198,13 +198,13 @@
</text>
<use
x=
"400"
y=
"
59
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"end"
alignment-baseline=
"middle"
x=
"398"
y=
"
60
0"
transform=
"rotate(0,398,
60
0)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
<use
x=
"400"
y=
"
11
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"end"
alignment-baseline=
"middle"
x=
"398"
y=
"
12
0"
transform=
"rotate(0,398,
12
0)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
</text>
<use
x=
"400"
y=
"
47
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"end"
alignment-baseline=
"middle"
x=
"398"
y=
"4
8
0"
transform=
"rotate(0,398,4
8
0)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
<use
x=
"400"
y=
"
23
0"
xlink:href=
"#port"
/>
<text
text-anchor=
"end"
alignment-baseline=
"middle"
x=
"398"
y=
"
2
40"
transform=
"rotate(0,398,
2
40)"
style=
"font-weight: regular"
font-family=
"Verdana"
font-size=
"11"
fill=
"black"
>
</text>
...
...
svg/BumperBot/testManuelSchrick.bumperBot.controller_simplified.html
View file @
41f8b5b2
...
...
@@ -3,27 +3,6 @@
<header>
<title>
testManuelSchrick.bumperBot.controller
</title>
<meta
name=
"viewport"
content=
"width=device-width"
>
<script
type=
"text/javascript"
>
function
openFileInEditor
(
filePath
)
{
var
parent
=
window
.
parent
;
while
(
parent
.
parent
!=
null
&&
parent
.
api
==
null
)
{
parent
=
parent
.
parent
;
}
if
(
parent
.
api
==
null
)
{
return
;
}
var
api
=
window
.
parent
.
api
;
var
tabManager
=
api
.
tabManager
;
function
onOpenFile
(
error
,
tab
)
{
if
(
error
)
console
.
error
(
error
);
}
tabManager
.
openFile
(
filePath
,
true
,
onOpenFile
);
}
</script>
</header>
<body
link=
"black"
vlink=
"black"
>
...
...
svg/BumperBot/testManuelSchrick.bumperBot.controller_simplified.svg
View file @
41f8b5b2
...
...
@@ -5,7 +5,7 @@
<g
transform=
"translate(40 40)"
>
<rect
id=
"4
5
1"
id=
"41"
width=
"860"
height=
"560"
style=
"fill:white;stroke:black;stroke-width:2;fill-opacity:1.0;stroke-opacity:1.0"
/>
...
...
@@ -23,10 +23,10 @@
</g>
</svg>
<!-- Component: bumpControl -->
<g
transform=
"translate(210
20
0)"
>
<g
transform=
"translate(210
8
0)"
>
<rect
data-name=
"testManuelSchrick.bumperBot.controller.bumpControl"
id=
"4
5
2"
id=
"42"
width=
"200"
height=
"320"
style=
"fill:white;stroke:black;stroke-width:2;fill-opacity:1.0;stroke-opacity:1.0"
...
...
@@ -44,10 +44,10 @@
bumpControl
</text>
</g>
<!-- Component: timer -->
<g
transform=
"translate(490
3
20)"
>
<g
transform=
"translate(490 2
0
0)"
>
<rect
data-name=
"testManuelSchrick.bumperBot.controller.timer"
id=
"4
5
3"
id=
"43"
width=
"200"
height=
"80"
style=
"fill:white;stroke:black;stroke-width:2;fill-opacity:1.0;stroke-opacity:1.0"
...
...
@@ -72,9 +72,9 @@
</defs><line
stroke-linecap=
"square"
x1=
"410"
y1=
"
48
0"
y1=
"
12
0"
x2=
"890"
y2=
"
48
0"
y2=
"
12
0"
style=
"stroke:rgb(0, 0,0);
stroke-width:2;
"
...
...
@@ -82,9 +82,9 @@
<line
stroke-linecap=
"square"
x1=
"890"
y1=
"
48
0"
y1=
"
12
0"
x2=
"900"
y2=
"
48
0"
y2=
"
12
0"
style=
"stroke:rgb(0, 0,0);