Giter Club home page Giter Club logo

pheromone_map's Introduction

pheromone_map

How to Run

rosrun pheromone_map pheromone_wrapper.py

Parameters Essential (also what they are currently set to)

  • size of Gazebo environment
environment_width = 100
environment_height = 100
  • how often we want to update robot's local stigmergy (integer in Hz)
publisher_rate = 2
  • resolution of the cells in the stigmergy map and (in meters)
map_resolution = 0.25
  • the radius of the trail of a single robot leaves on the pheromone map (in meters)
trail_radius = 0.8
  • the value of the robot's trail in the matrix (integer)
robot_trail_value = 75
  • the value of the obstacles trail in the matrix (integer)
wall_trail_value = 255
  • These are diffusion parameters (Sigma is for gaussian blurr)
diffusion_sigma = 0.75
diffusion_rate = 10

TESTING DATA

Data Coming In

  • Should read all the name spaces of all robots in the environmentand print these to the screen as it's setting up.

  • Should listen to the following topics

<robotNameSpace>/odom # this takes in the x,y positions of each robot
<robotNameSpace>/map # this takes the map in of each robot

Internal Behaviour

  • Pheromones left by robots should be much less than those left by the walls
  • Pheromones left by robots should stack over time
  • Pheromones left by robots should be in a separate array from those left by the walls

Data Going Out

  • Pheromones of each robot's local view should be published to a topic called ground/localPheromone/<robot_name>

pheromone_map's People

Contributors

alaromeny avatar hurisa avatar bvibhav avatar

Watchers

James Cloos avatar  avatar Calum Imrie avatar Brutus The Tschiepel avatar  avatar  avatar

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.