https://github.com/ashisha26/stair_climber
🪜 A project made for MTE100 and MTE121 that is able to autonomously deliver objects by climbing up and down stairs.
https://github.com/ashisha26/stair_climber
autonomous autonomous-robots delivery-robot robot robotics stair-climbing
Last synced: 3 months ago
JSON representation
🪜 A project made for MTE100 and MTE121 that is able to autonomously deliver objects by climbing up and down stairs.
- Host: GitHub
- URL: https://github.com/ashisha26/stair_climber
- Owner: AshishA26
- Created: 2023-11-02T12:52:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-02T01:47:34.000Z (over 1 year ago)
- Last Synced: 2024-05-19T12:36:13.905Z (about 1 year ago)
- Topics: autonomous, autonomous-robots, delivery-robot, robot, robotics, stair-climbing
- Language: C
- Homepage:
- Size: 44.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stair_Climber
A stair climbing robot made for our `MTE 100 and MTE 121` courses as a final project, that is able to autonomously deliver objects by climbing up and down stairs. It is purposed to help those who need something and are unable to traverse down stairs to get it, such as those with disabilities or those who are injured.Procedure:
- Start upon voice activation. (a loud noise, etc.)
- Climb variable heights and number of stairs, with minimal movement of the object in the carriage.
- Detect the colour of the ground and stop when the colour green is seen meaning it is in the safe zone.
- Once user has taken the object, robot will travel down the stairs until there are no more stairs.The robot will also:
- Play sounds and display messages at certain checkpoints.Here is a short gif to demo the robot:
Checkout the [full demo video](https://www.youtube.com/watch?v=L8bMRJ6BMCM) and the demo from [a different view](https://www.youtube.com/watch?v=oZTXrjerqaw).
## Pictures




### Initial Design
## Flowcharts
Main flowchart:
Climb all steps flowchart:

Climb one step flowchart:

Climb down all steps flowchart:
