add ai section
This commit is contained in:
parent
a0396f594b
commit
6f844d1255
1 changed files with 30 additions and 18 deletions
|
@ -1,20 +1,32 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"title": "Mechanical",
|
"title": "Mechanical",
|
||||||
"list": ["Design the Mechanisms and Structure of the Robot",
|
"list": [
|
||||||
"Fabricate and assemble robot design",
|
"Design the Mechanisms and Structure of the Robot",
|
||||||
"Integrate electronics and other hardware"]
|
"Fabricate and assemble robot design",
|
||||||
},
|
"Integrate electronics and other hardware"
|
||||||
{
|
]
|
||||||
"title": "Electrical",
|
},
|
||||||
"list": ["Design circuits to power and control robot subsystems",
|
{
|
||||||
"Work with mechanical team to assemble electronics in the robots"]
|
"title": "Electrical",
|
||||||
},
|
"list": [
|
||||||
{
|
"Design circuits to power and control robot subsystems",
|
||||||
"title": "Embedded",
|
"Work with mechanical team to assemble electronics in the robots"
|
||||||
"list": ["Communicate between software and hardware",
|
]
|
||||||
"Provide low level software interface and API",
|
},
|
||||||
"Handle and sample data using math/physics knowledge"
|
{
|
||||||
]
|
"title": "Embedded",
|
||||||
}
|
"list": [
|
||||||
|
"Communicate between software and hardware",
|
||||||
|
"Provide low level software interface and API",
|
||||||
|
"Handle and sample data using math/physics knowledge"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "AI",
|
||||||
|
"list": [
|
||||||
|
"Design decision making algorithms using behavioral trees",
|
||||||
|
"Conduct testing with simulation"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue