micros_swarm_framework repository

Repository Summary

Checkout URI https://github.com/xuefengchang/micros_swarm_framework.git
VCS Type git
VCS Version master
Last Updated 2018-09-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Packages

Name Version
app1 0.0.17
app2 0.0.17
app3 0.0.17
gazebo_flocking 0.0.17
app_loader 0.0.17
gsdf_msgs 0.0.17
micros_swarm 0.0.17
opensplice_dds_broker 0.0.17
ros_broker 0.0.17
udp_bc_broker 0.0.17
micros_swarm_framework 0.0.17
olfati_saber_flocking 0.0.17
pso 0.0.17
test_statistic 0.0.17
testbb 0.0.17
testnc 0.0.17
testrth 0.0.17
testscdspso 0.0.17
testvstig 0.0.17
hector_uav_msgs 0.3.5
micros_swarm_gazebo 0.0.17
micros_swarm_stage 0.0.17

README

ROS wiki page

http://wiki.ros.org/micros_swarm_framework

Introduction

micros_swarm_framework is a programming framework to facilitate application development involving robot swarms. It makes coding for swarms much easier by providing an adequate swarm-level abstraction, as well as tools for swarm management, various communication mechanisms and so on. Enlightened by the Buzz[1] programming language for robot swarms, micros_swarm_framework also provides essential data structures, such as Neighbor, Swarm, and Virtual Stigmergy[2], to the user. Most importantly, it is completely compatible with ROS[3] Indigo and presented in the form of a C++ library, which means that all resources in the ROS ecosystem are still available to the user. It is currently compatible with ROS Indigo, and is also extensible to Opensplice DDS.

Architecture

In order to make it modular and extensible, we chose to decompose the framework into a layered structure, as shown in Fig. 1. The Communication Interface layer is to implement an abstraction of the underlying communication mechanisms, and provides a set of unified interface to layer above. At the core of the framework is a runtime platform, based on which APIs including abstract data structures, such as Swarm, Neighbor, and Virtual Stigmergy, are provided to the user. Upon this core part, we are also trying to build a library of typical swarm algorithms to further facilitate the application development.

image0

Application Demo

We can create new application organized in ROS packages based on micros_swarm_framework. There are some demos under the "applications" sub-folder.

Swarm in Gazebo Configuration

https://github.com/xuefengchang/micros_swarm_framework/tree/master/tools/micros_swarm_gazebo

Simulation

Motion and Spatial Coordination

image1

Separation into Multiple Swarms

image2

Swarm Flocking

image3

References

[1] http://the.swarming.buzz/ \ [2] Pinciroli C, Beltrame G. Buzz: An extensible programming language for heterogeneous swarm robotics[C]//Intelligent Robots and Systems (IROS), 2016 IEEE/RSJ International Conference on. IEEE, 2016: 3794-3800. \ [3] Quigley M, Conley K, Gerkey B, et al. ROS: an open-source Robot Operating System[C]//ICRA workshop on open source software. 2009, 3(3.2): 5.

CONTRIBUTING

No CONTRIBUTING.md found.

Repository Summary

Checkout URI https://github.com/xuefengchang/micros_swarm_framework.git
VCS Type git
VCS Version master
Last Updated 2018-09-13
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Packages

Name Version
app1 0.0.17
app2 0.0.17
app3 0.0.17
gazebo_flocking 0.0.17
app_loader 0.0.17
gsdf_msgs 0.0.17
micros_swarm 0.0.17
opensplice_dds_broker 0.0.17
ros_broker 0.0.17
udp_bc_broker 0.0.17
micros_swarm_framework 0.0.17
olfati_saber_flocking 0.0.17
pso 0.0.17
test_statistic 0.0.17
testbb 0.0.17
testnc 0.0.17
testrth 0.0.17
testscdspso 0.0.17
testvstig 0.0.17
hector_uav_msgs 0.3.5
micros_swarm_gazebo 0.0.17
micros_swarm_stage 0.0.17

README

ROS wiki page

http://wiki.ros.org/micros_swarm_framework

Introduction

micros_swarm_framework is a programming framework to facilitate application development involving robot swarms. It makes coding for swarms much easier by providing an adequate swarm-level abstraction, as well as tools for swarm management, various communication mechanisms and so on. Enlightened by the Buzz[1] programming language for robot swarms, micros_swarm_framework also provides essential data structures, such as Neighbor, Swarm, and Virtual Stigmergy[2], to the user. Most importantly, it is completely compatible with ROS[3] Indigo and presented in the form of a C++ library, which means that all resources in the ROS ecosystem are still available to the user. It is currently compatible with ROS Indigo, and is also extensible to Opensplice DDS.

Architecture

In order to make it modular and extensible, we chose to decompose the framework into a layered structure, as shown in Fig. 1. The Communication Interface layer is to implement an abstraction of the underlying communication mechanisms, and provides a set of unified interface to layer above. At the core of the framework is a runtime platform, based on which APIs including abstract data structures, such as Swarm, Neighbor, and Virtual Stigmergy, are provided to the user. Upon this core part, we are also trying to build a library of typical swarm algorithms to further facilitate the application development.

image0

Application Demo

We can create new application organized in ROS packages based on micros_swarm_framework. There are some demos under the "applications" sub-folder.

Swarm in Gazebo Configuration

https://github.com/xuefengchang/micros_swarm_framework/tree/master/tools/micros_swarm_gazebo

Simulation

Motion and Spatial Coordination

image1

Separation into Multiple Swarms

image2

Swarm Flocking

image3

References

[1] http://the.swarming.buzz/ \ [2] Pinciroli C, Beltrame G. Buzz: An extensible programming language for heterogeneous swarm robotics[C]//Intelligent Robots and Systems (IROS), 2016 IEEE/RSJ International Conference on. IEEE, 2016: 3794-3800. \ [3] Quigley M, Conley K, Gerkey B, et al. ROS: an open-source Robot Operating System[C]//ICRA workshop on open source software. 2009, 3(3.2): 5.

CONTRIBUTING

No CONTRIBUTING.md found.