generated from vvv-school/template_vvvyy-course.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
41 lines (41 loc) · 1.23 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"tutorials": [
{
"name": "tutorial_yarp-basics",
"url": "https://github.com/vvv-school/tutorial_yarp-basics.git",
"score": 1
},
{
"name": "tutorial_gazebo-simple-model",
"url": "https://github.com/vvv-school/tutorial_gazebo-simple-model.git",
"score": 1
},
{
"name": "tutorial_yarp-opencv",
"url": "https://github.com/vvv-school/tutorial_yarp-opencv.git",
"score": 1
}
],
"assignments": [
{
"name": "assignment_git",
"url": "https://github.com/vvv-school/assignment_git.git",
"score": 1
},
{
"name": "assignment_yarp-find-rgb",
"url": "https://github.com/vvv-school/assignment_yarp-find-rgb.git",
"score": 5
},
{
"name": "assignment_control-pid",
"url": "https://github.com/vvv-school/assignment_control-pid.git",
"score": 5
},
{
"name": "assignment_model-alignment",
"url": "https://github.com/easy-peasy-robotics/assignment_model-alignment.git",
"score": 5
}
]
}