Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
omniwheels_x4_soccer_goal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Kurtfalk
omniwheels_x4_soccer_goal
Commits
f8e81f8b
Commit
f8e81f8b
authored
3 years ago
by
ft-Demo
Browse files
Options
Downloads
Patches
Plain Diff
commit by robo pro coding
parent
504a72d4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
lib/display.qml
+24
-4
24 additions, 4 deletions
lib/display.qml
lib/display.xml
+1
-1
1 addition, 1 deletion
lib/display.xml
omniwheels_x4_soccer_goal.blockly
+1540
-1355
1540 additions, 1355 deletions
omniwheels_x4_soccer_goal.blockly
omniwheels_x4_soccer_goal.py
+112
-72
112 additions, 72 deletions
omniwheels_x4_soccer_goal.py
with
1677 additions
and
1432 deletions
lib/display.qml
+
24
−
4
View file @
f8e81f8b
...
...
@@ -28,7 +28,7 @@ TXTWindow {
font.pixelSize
:
16
elide
:
Text
.
ElideRight
x
:
60
y
:
4
0
y
:
7
0
width
:
100
height
:
40
}
...
...
@@ -38,7 +38,7 @@ TXTWindow {
font.pixelSize
:
16
elide
:
Text
.
ElideRight
x
:
60
y
:
1
0
0
y
:
1
2
0
width
:
100
height
:
40
}
...
...
@@ -48,7 +48,7 @@ TXTWindow {
font.pixelSize
:
16
elide
:
Text
.
ElideRight
x
:
20
y
:
4
0
y
:
7
0
width
:
40
height
:
40
}
...
...
@@ -58,8 +58,28 @@ TXTWindow {
font.pixelSize
:
16
elide
:
Text
.
ElideRight
x
:
20
y
:
1
0
0
y
:
1
2
0
width
:
40
height
:
40
}
TXTLabel
{
id
:
txt_label_counters_
text
:
"
C1...4
"
font.pixelSize
:
16
elide
:
Text
.
ElideRight
x
:
20
y
:
20
width
:
40
height
:
40
}
TXTLabel
{
id
:
txt_label_counters
text
:
"
-
"
font.pixelSize
:
16
elide
:
Text
.
ElideRight
x
:
60
y
:
20
width
:
100
height
:
40
}
}
This diff is collapsed.
Click to expand it.
lib/display.xml
+
1
−
1
View file @
f8e81f8b
<xml
type=
"display"
version=
"2"
><item
id=
"4"
class=
"TXTSwitch"
><name>
txt_switch_active
</name><enabled>
true
</enabled><checked>
true
</checked><text>
active
</text><geometry><x>
60
</x><y>
171
</y><width>
100
</width><height>
40
</height></geometry></item><item
id=
"5"
class=
"TXTLabel"
><name>
txt_label_ball
</name><text>
-
</text><geometry><x>
60
</x><y>
40
</y><width>
100
</width><height>
40
</height></geometry></item><item
id=
"6"
class=
"TXTLabel"
><name>
txt_label_goal
</name><text>
-
</text><geometry><x>
60
</x><y>
100
</y><width>
100
</width><height>
40
</height></geometry></item><item
id=
"7"
class=
"TXTLabel"
><name>
txt_label_ball_
</name><text>
ball
</text><geometry><x>
20
</x><y>
40
</y><width>
40
</width><height>
40
</height></geometry></item><item
id=
"8"
class=
"TXTLabel"
><name>
txt_label_goal_
</name><text>
goal
</text><geometry><x>
20
</x><y>
100
</y><width>
40
</width><height>
40
</height></geometry></item></xml>
\ No newline at end of file
<xml
type=
"display"
version=
"2"
><item
id=
"4"
class=
"TXTSwitch"
><name>
txt_switch_active
</name><enabled>
true
</enabled><checked>
true
</checked><text>
active
</text><geometry><x>
60
</x><y>
171
</y><width>
100
</width><height>
40
</height></geometry></item><item
id=
"5"
class=
"TXTLabel"
><name>
txt_label_ball
</name><text>
-
</text><geometry><x>
60
</x><y>
70
</y><width>
100
</width><height>
40
</height></geometry></item><item
id=
"6"
class=
"TXTLabel"
><name>
txt_label_goal
</name><text>
-
</text><geometry><x>
60
</x><y>
120
</y><width>
100
</width><height>
40
</height></geometry></item><item
id=
"7"
class=
"TXTLabel"
><name>
txt_label_ball_
</name><text>
ball
</text><geometry><x>
20
</x><y>
70
</y><width>
40
</width><height>
40
</height></geometry></item><item
id=
"8"
class=
"TXTLabel"
><name>
txt_label_goal_
</name><text>
goal
</text><geometry><x>
20
</x><y>
120
</y><width>
40
</width><height>
40
</height></geometry></item><item
id=
"9"
class=
"TXTLabel"
><name>
txt_label_counters_
</name><text>
C1...4
</text><geometry><x>
20
</x><y>
20
</y><width>
40
</width><height>
40
</height></geometry></item><item
id=
"10"
class=
"TXTLabel"
><name>
txt_label_counters
</name><text>
-
</text><geometry><x>
60
</x><y>
20
</y><width>
100
</width><height>
40
</height></geometry></item></xml>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
omniwheels_x4_soccer_goal.blockly
+
1540
−
1355
View file @
f8e81f8b
source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
omniwheels_x4_soccer_goal.py
+
112
−
72
View file @
f8e81f8b
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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