Coder Social home page Coder Social logo

naturalmechanics / buzz Goto Github PK

View Code? Open in Web Editor NEW

This project forked from buzz-lang/buzz

0.0 1.0 0.0 508 KB

A programming language designed for robot swarms.

License: MIT License

CMake 2.25% C++ 22.91% C 72.71% Emacs Lisp 1.34% Shell 0.79%

buzz's Introduction

What is Buzz?

Buzz is a novel programming language for heterogeneous robots swarms.

Buzz advocates a compositional approach, by offering primitives to define swarm behaviors both in a bottom-up and in a top-down fashion.

Bottom-up primitives include robot-wise commands and manipulation of neighborhood data through mapping/reducing/filtering operations.

Top-down primitives allow for the dynamic management of robot teams, and for sharing information globally across the swarm.

Self-organization results from the fact that the Buzz run-time platform is purely distributed.

The language can be extended to add new primitives (thus supporting heterogeneous robot swarms) and can be laid on top of other frameworks, such as ROS.

More information is available at http://the.swarming.buzz/wiki/doku.php?id=start.

Downloading Buzz

You can download the development sources through git:

$ git clone https://github.com/MISTLab/Buzz.git buzz

Compiling Buzz

Requirements

You need the following packages:

  • A UNIX system (Linux or MacOSX; Microsoft Windows is not supported)
  • g++ >= 4.3 (on Linux)
  • clang >= 3.1 (on MacOSX)
  • cmake >= 2.8.3

Optionally, you can also install ARGoS.

Compilation

To compile Buzz, execute the following:

$ cd buzz
$ mkdir build
$ cd build
$ cmake ../src
$ make

Installation

Execute these commands:

$ cd buzz/build
$ sudo make install

buzz's People

Contributors

adamlee-brown avatar ilpincy avatar

Watchers

 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.