From 6f844d1255fcff86b441a3c41fa4e8c5a0a2ec62 Mon Sep 17 00:00:00 2001 From: chark1es Date: Sat, 18 Jan 2025 03:36:28 -0800 Subject: [PATCH] add ai section --- src/data/subteams.json | 48 ++++++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 18 deletions(-) diff --git a/src/data/subteams.json b/src/data/subteams.json index 5e965d9..c720958 100644 --- a/src/data/subteams.json +++ b/src/data/subteams.json @@ -1,20 +1,32 @@ [ - { - "title": "Mechanical", - "list": ["Design the Mechanisms and Structure of the Robot", - "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": "Embedded", - "list": ["Communicate between software and hardware", - "Provide low level software interface and API", - "Handle and sample data using math/physics knowledge" - ] - } + { + "title": "Mechanical", + "list": [ + "Design the Mechanisms and Structure of the Robot", + "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": "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" + ] + } ]