add ai section

This commit is contained in:
chark1es 2025-01-18 03:36:28 -08:00
parent a0396f594b
commit 6f844d1255

View file

@ -1,20 +1,32 @@
[ [
{ {
"title": "Mechanical", "title": "Mechanical",
"list": ["Design the Mechanisms and Structure of the Robot", "list": [
"Design the Mechanisms and Structure of the Robot",
"Fabricate and assemble robot design", "Fabricate and assemble robot design",
"Integrate electronics and other hardware"] "Integrate electronics and other hardware"
]
}, },
{ {
"title": "Electrical", "title": "Electrical",
"list": ["Design circuits to power and control robot subsystems", "list": [
"Work with mechanical team to assemble electronics in the robots"] "Design circuits to power and control robot subsystems",
"Work with mechanical team to assemble electronics in the robots"
]
}, },
{ {
"title": "Embedded", "title": "Embedded",
"list": ["Communicate between software and hardware", "list": [
"Communicate between software and hardware",
"Provide low level software interface and API", "Provide low level software interface and API",
"Handle and sample data using math/physics knowledge" "Handle and sample data using math/physics knowledge"
] ]
},
{
"title": "AI",
"list": [
"Design decision making algorithms using behavioral trees",
"Conduct testing with simulation"
]
} }
] ]