Skip to content

Latest commit

 

History

History

RPI4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Peter Moss COVID-19 AI Research Project

EMAR Mini Emergency Assistance Robot

Raspberry Pi 4

EMAR Mini Emergency Assistance Robot

 

Table Of Contents

 

Introduction

Raspberry Pi 4

The Raspberry Pi 4 homes the EMAR Mini software and powers the Intel hardware. This guide will provide a link to the installation guide and steps to get your EMAR Mini up and running using the HIAS Server UI.

This project is a work in progress, we are in the process of completing for full functionality of EMAR Mini.

 

Installation

Please follow the Installation Guide to install the EMAR Mini software and hardware.

 

Start The Software

You now need to start the EMAR Mini software. On your Raspberry Pi navigate to your project root and issue the following command:

python3 EMAR.py

EMAR Mini will connect to your HIAS iotJumpWay broker, and start the Realsense stream and classifier.

HIAS EMAR UI

HIAS EMAR UI

Now head to your HIAS Server and navigate to Robotics->EMAR->List, select your EMAR device and you should see your camera stream and the controls for EMAR Mini.

Available controls in this version of EMAR Mini are as follows:

  • Head

    • LEFT
    • CENTER
    • RIGHT

    As you pan the head, you should see your camera stream moving in near real-time in the HIAS Server EMAR UI.

  • Arm

    • Arm section 1 UP
    • Arm section 1 DOWN
    • Arm section 2 UP
    • Arm section 2 DOWN

    In the Arm section, the double arrows represent arm section 1 and the single arrows represent arm section 2.

These actions should happen in near real-time, even if the controller is on the other side of the world.

The object detection will detect any of the objects from the list in the project configuration, and will calculate the distance from EMAR Mini using the depth readings from the Intel Realsense.

To Be Continued

HIAS EMAR UI

We are working on modifications to the 3D printed files and the additional functionality such as head tilt and wheels. Keep an eye on our page for updates to this repository.

 

Contributing

The Peter Moss Acute COVID-19 AI Research project encourages and welcomes code contributions, bug fixes and enhancements from the Github.

Please read the CONTRIBUTING document for a full guide to forking your repositories and submitting your pull requests. You will also find information about your code of conduct on this page.

Contributors

 

Versioning

We use SemVer for versioning. For the versions available, see Releases.

 

License

This project is licensed under the MIT License - see the LICENSE file for details.

 

Bugs/Issues

We use the repo issues to track bugs and general requests related to using this project. See CONTRIBUTING for more info on how to submit bugs, feature requests and proposals.