Giter Site home page Giter Site logo

mns-construction's Introduction

Summary

This repository is a starting point for coordinating swarm robotics construction using a mergeable nervous system. It contains an alternative configuration of the Pi-Puck (pipuck_ext) with a specialized omni-directional camera and tag mount. The configuration includes an alternative dynamics3d model, an alternative visualisation, and an alternative entity that contains additional components (a tag mounted on the top in this case).

Quick start

Compilation

As with the rest of ARGoS, compilation uses CMake. The following commands clone this repository and build/run the plugins/example configuration. ARGoS needs to be installed system-wide for the plugins in this repository to work.

# clone this repository
git clone https://github.com/iridia-ulb/mns-construction.git
# compile
cd mns-construction
mkdir build
cd build
cmake ../src
make
# run
argos3 -c configuration.argos

The following files are created during configuration and compilation:

Output Description
libmy_extensions.so (or dylib on MacOS) Contains the loop functions, pipuck_ext entity, debug actuator/entity, and dynamics3d model. Should be loaded in the <loop_functions> section of the configuration file
libmy_qtopengl_extensions.so (or dylib on MacOS) Contains the qtopengl user functions and the visualisation of the pipuck_ext entity. Should be loaded in the <user_functions> section under the <qt-opengl> tag.
controller.lua Example Lua controller demonstrating the driving forwards, LEDs, and the debug actuator
configuration.argos Example ARGoS configuration file that is populated with absolute paths to the files above (can be run with argos3 -c configuration.argos)

The debug actuator and entity

When loaded, these plugins provide a debug actuator that can be added to any robot via the <actuators> sections in a robot controller's configuration. By adding this actuator, a debug entity is automatically created and added into the robot. Using the Lua interface of a robot, it is possible to draw arrows, rings, and write messages that will be appended to the loop function output for each entity (see controller.lua)

mns-construction's People

Contributors

allsey87 avatar

Watchers

Ken avatar Alberto Franzin avatar  avatar David Garzón Ramos 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.