Giter Club home page Giter Club logo

sensor_placement's Introduction

Sensor Placement

This repository serves for simulation environment of the optimization algorithms w.r.t the sensor placement.

In one word, this optimization problem could be defined as how to use the minimal number or cheapest sensor sets to ensure a best safety criteria. In the current version, we define the safety situation, when the black dots near the robot are covered by the sensor set, as the image bellow shows.

Sensor Types

In the current version, we defined three different types of sensors: Laser, Mat and Fence.

1. Laser

- Parameters: Position, angle resolution, frame rate, detection range (distance and angle range)
- Function: Detect worker's position when the worker moves in its' range.

laser

2. Fence

- Parameters: Length, width, position
- Function: Reflect the human motion's direction.

Fence

3. Mate

- Parameters: Position, length, width
- Function: Detect worker's position when the worker directly on its' surface.

Mate

Working Scenario

  1. One industrial robot in the centre of working space, fully extended with maximal range.
  2. One worker walks randomly in the environment.
  3. When the worker is inside the sensor's detection range, the detection result will be visualized.

Scenario

How to run

  1. run simulator_with_factory for randomly generate the sensors in working area and the optimal configuration will be visualized.
  2. run simulator only for demo

Next step

  1. Combined with cost function to get the optimal solution w.r.t different criteria.

Python Package Requirements

imageio==2.6.1
numpy==1.16.4
matplotlib==3.1.0
shapely==1.6.4

Project notes:

  1. Use @staticmethod for a clean class structure.
  2. Use 'raise NotImplementedError' in the Base class.
  3. Use Factory method for multiple object.
  4. **dict or *list to get single respondent value.
  5. Write unit test for stable and convenient test.

sensor_placement's People

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

anran1231

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.