Skip to content

12TreeMan31/fpca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPCA

Code for my Engineering Design and Development class. The goal of this project was to desgin a robot who could collect trash with minimal human input

Building

make ffi
cargo build

Trash-detection

Steps needed

  • Take Picture
├── edge-detection      ; Python OpenCV code used as a proof of concept  
├── src
│   ├── ffi             ; Module used by rust to interface with c/c++ 
│   └── human           ; Code deticated to visualizing each step
├── includes            ; Includes for c/c++
├── test-graphics       ; Generated images created by the `human` module
├── test-images         ; Images to be tested on by `human`
└── tests               ; "Integration test" used for running `human`

About

The Forest Preserve Cleaning Autonoma

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors