From 409f16885bbdd0852b52e4da1b2f0c6df0cab084 Mon Sep 17 00:00:00 2001 From: Sean Islas <seanislas@whiteoakfarmandranch.com> Date: Tue, 6 Jun 2023 11:22:10 -0700 Subject: [PATCH] Adding In Class Discussion for README file of Assignment 4 - Islas --- .../src/MV3500Cohort2023MarchJune/homework4/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework4/README.md b/assignments/src/MV3500Cohort2023MarchJune/homework4/README.md index 587911d33c..8b37870df6 100644 --- a/assignments/src/MV3500Cohort2023MarchJune/homework4/README.md +++ b/assignments/src/MV3500Cohort2023MarchJune/homework4/README.md @@ -18,3 +18,8 @@ Deliverables: Please see the [README.md](../../../README.md) in the parent [assignments](../../../../assignments) directory for detailed instructions. + + +In class Discussion: + How might PDUs look for a drone swarm? + Two perspectives may be necessary. The first is that each drone is it's own entity, requiring it's own PDU. The second is that the swarm itself is also an entity, and should have a PDU that reflects the group as well. -- GitLab