Documents

Running Slides – our Progress

MRSD Capstone — Running Slides

Reports

Presentations

Progress Reviews – Spring Semester

Progress Reviews – Fall Semester

  • Progress Review 7
  • Progress Review 8
  • Progress Review 9
  • Progress Review 10

Individual Lab Reports (ILR)

ILR\Team MemberAlina WangNeha KayitiIstan SlametSean MinShuyi Lin
ILR01ILR01ILR01ILR01ILR01ILR01
ILR02ILR02ILR02ILR02ILR02ILR02
ILR03ILR03ILR03ILR03ILR03ILR03
ILR04ILR04ILR04ILR04ILR04ILR04
ILR05ILR05ILR05ILR05ILR05ILR05
ILR06ILR06ILR06ILR06ILR06ILR06
ILR07ILR07ILR07ILR07ILR07ILR07
ILR08ILR08ILR08ILR08ILR08ILR08
ILR09ILR09ILR09ILR09ILR09ILR09
ILR10ILR10ILR10ILR10ILR10ILR10

Software

This is the github link to access Project Canopy’s software code.

Drawings, Schematics, and Datasheets

Electrical

Mechanical

Component Testing & Experiment Results

Pot Detection Model Unit-Test

We trained two YOLO models for pot detection, YOLO11n and YOLO11s, which differ in the number of model parameters. We evaluated the model prediction accuracy on a test set consisting of 97 images containing 359 pot instances.

As shown in the table below, both models achieve strong performance on the evaluation set. To further reduce false positives during deployment, we apply a confidence threshold, which may slightly increase missed detections but improves overall reliability.

Pot Detection Model Accuracy

MetricYOLO11n ResultYOLO11s Result
mAP@500.9550.956
mAP@50-950.8770.881
Precision0.9400.944
Recall0.9220.931

GPS Localization Static Open-Sky Unit-Test

We evaluated the GNSS-RTK localization subsystem under static open-sky conditions to measure position stability. The robot remained stationary while GPS position data was collected and converted into local Cartesian coordinates. This test evaluates localization repeatability and sensor jitter, rather than absolute global position accuracy.

As shown in the table below, the GNSS-RTK module produced highly stable position estimates. The total 2D position stayed within 0.73 cm of the average position, and the RMS variation was 0.28 cm. These results show that the localization subsystem provides stable input for autonomous navigation and planting location estimation.

GPS Localization Static Open-Sky Unit-Test Results

MetricX (cm)Y (cm)Total 2D (cm)
Max horizontal drift0.630.56 0.73
Total position range1.251.10 1.66
RMS variation0.23 0.160.28

The low drift and RMS variation indicate that the GNSS-RTK subsystem is stable enough to support the project requirement of identifying planting locations within 1 m precision.

Design Brainstorming