WeiXie03 / quiXtinguish

A project aimed at augmenting firefighting and fire safety with robotics to achieve early fire detection and autonomous extinguishing.

Home Page:https://sites.google.com/view/tom-x/projects/firebot-augmenting-firefighting-with-ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A project aimed at augmenting firefighting and fire safety with robotics to achieve early fire detection and autonomous extinguishing. FireBot is a "home" robot that (1) visually detects fire, (2) communicates with first responders (currently just streaming live video), and (3) autonomously or by remote control shoots water to extinguish. This is the software, which can roughly be divided into a few main parts:

  1. Visual Fire Detection using a CNN with near infrared cameras, training under ml/
  1. Each pair of Python scripts in rpi/ and ./ are standalone. To start "using" FireBot, rpi/serve.sh and client.sh are launched on the onboard RPi and first responders' device, respectively.
  1. Aiming
  • The angles to turn to are calculated on the client (first responder device) side.
  • The FireBot uses a stereo camera setup, enabling depth estimation. Based on projectile motion, the angle to tilt to is calculated.
  • These angles are sent to separate ports on the RPi, which controls its 2 servos through PWM on GPIO

Read more about the project at https://sites.google.com/view/tom-x/projects/firebot-augmenting-firefighting-with-ai

About

A project aimed at augmenting firefighting and fire safety with robotics to achieve early fire detection and autonomous extinguishing.

https://sites.google.com/view/tom-x/projects/firebot-augmenting-firefighting-with-ai


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%Language:Shell 0.0%