Skip to content

AwesomeJaith/Garbage-Collector-Robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Garbage Collector Robot

Garbage Collector Robot is a C++ program for operating an autonomous garbage collector circuit designed in TinkerCAD.

Demo

Garbage.Collector.Circuit.Demo.mp4

Getting Started

To get your own copy up and running, follow these simple steps.

Prerequisites

Create a TinkerCAD account and remix this circuit:

https://www.tinkercad.com/things/4fSPcRKKsw4-garbage-collector-circuit?sharecode=6yojYYe3HvXMVsBnrGn9Loo67GNXimtfMbCXNoaned4

Alternatively, you can create your own circuit from this diagram in TinkerCAD or in reality by copying this design:

Image of the garbage collector circuit design

Usage

The flowchart below illustrates the decision-making process of the garbage collector robot in response to its environment stimuli. It outlines the steps the robot takes to detect and respond to various conditions while navigating its surroundings.

Garbage collector algorithm flowchart

Interactive Testing

You can interactively test the circuit using TinkerCAD. By referring to the flowchart provided above, you can simulate different scenarios and observe how the garbage collector robot reacts to different inputs. This interactive testing feature allows you to validate the functionality of the circuit and fine-tune its behavior before deployment.

Contributing

Garbage Collector Robot is an open-source project and we welcome contributions from the community.

If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are welcome.

Motivation

I worked with a group to brainstorm a solution to solve labor shortage for waste management and road maintenance in the Midwestern states. You can visit the Google document link to learn more about the project. https://docs.google.com/document/d/1PUsQxcsFU5o0_J592JQgFwT9JW8BSsPSACpfz4RUuao/edit?usp=sharing.

Notes

I would be interested in expanding upon this circuit and improving the code in the future. Some things I would add are:

  • More precise object avoidance and path routing
  • An automated routing solution
  • A physical prototype

License

MIT License

Copyright (c) 2024 Jaith Darrah

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages