Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Competition Year

2022-2023 Aerial Evolution of Canada Student Competition

Team

Waterloo Aerial Robotics Group

Architect(s)

Anthony Luo

Status

Status
colourBlue
titledraft

Last date updated

by Anthony Luo

On this page

Table of Contents
minLevel1
maxLevel5

...

[Competition Requirements] [CR]Competition Requirements

📐 Architecture

...

<Add diagram>

The architecture of a drone can be found in the [Competition Design Outline]. <# iterations> iterations of the drone will be created, at <#milestones>. <# final copies> of the drone will be created in “competition spec”. Our system will meet the requirements in [Competition Requirements].

...

Communication Message Formats

Message Type (Bits)

[message name] description

Expected Uses

0001

[position] Position only data

GSPC → Tracking Towers

ZP → Jetson

0010

[waypoints] Full List of waypoints

GSPC → ZP

0011

[Telemetry] Full telemetry struct

ZP → GSPC

0100

[movement request] Relational movement request

ZP → Jetson

0101

[movement command] Relational movement command

Jetson → ZP

Datatype Structs

Please see Communication & Message Formats for defined datatype structs, they have been moved.

0001 - Position Only Data Mostafa Hussein

...