You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buzz is a novel programming language for heterogeneous robots swarms.
5
4
@@ -13,48 +12,67 @@ Self-organization results from the fact that the Buzz run-time platform is purel
13
12
14
13
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.
15
14
16
-
More information is available at http://the.swarming.buzz/wiki/doku.php?id=start.
17
-
18
-
Downloading Buzz
19
-
================
20
-
21
-
You can download the development sources through git:
7.2 [Backus-Naur Form Syntax](doc/technical-specifications/syntax.md)
36
+
8. Robot Integration\
37
+
8.1 [Khepera IV](robot-integration/kheperaiv.md)
38
+
39
+
# Who Made Buzz?
40
+
Buzz is a research project conducted at [NESTLab](https://www.nestlab.net), [Worcester Polytechnic Institute](https://www.wpi.edu), and [MIST](https://www.mistlab.ca), [École Polytechnique de Montréal](https://www.polymtl.ca). It is funded by the [Natural Sciences and Engineering Research Council of Canada](https://www.nserc-crsng.gc.ca).
41
+
42
+
The main developer and maintainer is [Carlo Pinciroli](https://carlo.pinciroli.net).
43
+
44
+
# Buzz News
45
+
46
+
## Scientific Publications
47
+
48
+
* C. Pinciroli, G. Beltrame. 2016. **Swarm-Oriented Programming of Distributed Robot Networks**. *IEEE Computer*. In press.
49
+
* C. Pinciroli, G. Beltrame. 2016. **Buzz: An Extensible Programming Language for Heterogeneous Swarm Robotics**. *Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2016)*. In press.
50
+
* C. Pinciroli and G. Beltrame. 2016. **Buzz: A Programming Language for Robot Swarms**. *IEEE Software, volume 33, number 4, pages 97-100*. IEEE Press.
51
+
* C. Pinciroli, A. Lee-Brown, G. Beltrame. 2015. **A Tuple Space for Data Sharing in Robot Swarms**. *9th EAI International Conference on Bio-inspired Information and Communications Technologies (BICT 2015), pages 287-294*. ACM Digital Library.
*[2017/01/04] The [ICRA2017 tutorial page](http://the.swarming.buzz/ICRA2017/) is online!
66
+
*[2016/11/16] Tutorial proposal on Buzz accepted at [ICRA2017](http://www.icra2017.org/).
67
+
*[2016/10/29-30] Demo at [NERC 2016](http://northeastrobotics.org/NERC2016.html), the 5th Northeast Robotics Colloquium.
68
+
*[2016/10/12] Oral presentation at [IROS 2016](http://www.iros2016.org/)
69
+
*[2016/06/18] Tutorial at the [Swarmathon workshop](http://nasaswarmathon.com/rssworkshop) at [RSS2016](http://www.roboticsconference.org)
70
+
*[2016/01/29] Colloquium at [Worcester Polytechnic Institute](https://www.wpi.edu): *Software for Complex Robot Swarms* (Carlo Pinciroli)
71
+
*[2016/01/15] Colloquium at [Université de Montreal](https://www.umontreal.ca): *Software for Complex Robot Swarms* (Carlo Pinciroli)
72
+
*[2015/11/19] Guest lecture for the course of [Evolutionary Swarm Robotics](https://sites.google.com/site/esrcs591/) ([Prof. Moses](https://www.cs.unm.edu/~melaniem/Home.html)) at [University of New Mexico](http://www.unm.edu): *Programming Complex Robot Swarms* (Carlo Pinciroli)
73
+
*[2015/11/18] Colloquium at [University of New Mexico](http://www.unm.edu): *Software for Complex Swarm Robotics* (Carlo Pinciroli)
74
+
75
+
## Other
76
+
77
+
*[2016/03/02] Buzz to be used in the [NASA Swarmathon](http://nasaswarmathon.com/)
78
+
*[2015/08/10][The Hello World Collection](http://helloworldcollection.de/) includes an example for a Buzz 'Hello world!' program.
0 commit comments