All Projects → airalab → Aira

airalab / Aira

Licence: bsd-3-clause
Autonomous intelligent robot agent (AIRA) project implements the standard of economic interaction between human-robot and robot-robot.

Projects that are alternatives of or similar to Aira

Unchained
My personal study of blockchain related technology.
Stars: ✭ 379 (+316.48%)
Mutual labels:  ethereum, makefile
Swarm
swarm docs
Stars: ✭ 403 (+342.86%)
Mutual labels:  ethereum, makefile
Openre
HandsFree OpenRE Tutorial
Stars: ✭ 41 (-54.95%)
Mutual labels:  robotics, makefile
Stable Baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
Stars: ✭ 1,263 (+1287.91%)
Mutual labels:  robotics
Hand dapg
Repository to accompany RSS 2018 paper on dexterous hand manipulation
Stars: ✭ 88 (-3.3%)
Mutual labels:  robotics
Apk File
Search apk package contents via the command line.
Stars: ✭ 89 (-2.2%)
Mutual labels:  makefile
Coincurve
Cross-platform Python bindings for libsecp256k1
Stars: ✭ 89 (-2.2%)
Mutual labels:  ethereum
Value Investing Newbie
Stars: ✭ 87 (-4.4%)
Mutual labels:  makefile
Simvodis
Simultaneous Visual Odometry, Object Detection, and Instance Segmentation
Stars: ✭ 91 (+0%)
Mutual labels:  robotics
Android device xiaomi gemini
Stars: ✭ 89 (-2.2%)
Mutual labels:  makefile
Pybullet Planning
PyBullet Planning
Stars: ✭ 89 (-2.2%)
Mutual labels:  robotics
Eltwallet
Non-custodial decentralized mobile wallet
Stars: ✭ 88 (-3.3%)
Mutual labels:  ethereum
Drake
An R-focused pipeline toolkit for reproducibility and high-performance computing
Stars: ✭ 1,301 (+1329.67%)
Mutual labels:  makefile
Rvd
Robot Vulnerability Database. An archive of robot vulnerabilities and bugs.
Stars: ✭ 87 (-4.4%)
Mutual labels:  robotics
Plasma Chamber
Plasma Chamber is a DApps development framework that guarantees security, scalability, and usability utilizing Plasma technology.
Stars: ✭ 91 (+0%)
Mutual labels:  ethereum
Awesome Ethereum
A Curated List of Awesome Ethereum Resources
Stars: ✭ 85 (-6.59%)
Mutual labels:  ethereum
Flash2cocos2d X
use this tool you can export the flash data, and use the data in cocos2d-x game
Stars: ✭ 90 (-1.1%)
Mutual labels:  makefile
Ethereum Etl Airflow
Airflow DAGs for exporting, loading, and parsing the Ethereum blockchain data. What datasets do you want to be added to Ethereum ETL? Vote here: https://blockchain-etl.convas.io.
Stars: ✭ 89 (-2.2%)
Mutual labels:  ethereum
Cardano Tutorials
ARCHIVED-This content in this repository is now located at https://docs.cardano.org/projects/cardano-node/
Stars: ✭ 89 (-2.2%)
Mutual labels:  makefile
Animation Worklet
🚫 Old repository for AnimationWorklet specification ➡️ New repository: https://github.com/w3c/css-houdini-drafts
Stars: ✭ 89 (-2.2%)
Mutual labels:  makefile
        *
       /|
      / |
     /  |
    *   *       _    ___ ____      _    
   /|  /|      / \  |_ _|  _ \    / \   
  / | / |     / _ \  | || |_) |  / _ \  
 /  |/  |    / ___ \ | ||  _ <  / ___ \ 
*---*---*   /_/   \_\___|_| \_\/_/   \_\

Documentation Status Build Status GitHub release

Autonomous intelligent robot agent (AIRA) project which implements the standard of economic interaction between human-robot and robot-robot. Aira makes it possible to connect a variety of different robots to the market of robot's liabilities which existing in Ethereum.

Airalab Nix channel

Nix channel of Airalab community is placed on airapkgs. Currently supported nixos-unstable branch only.

  • Binary cache: https://aira.cachix.org
  • Public key: aira.cachix.org-1:/5nHPqhVrtvt7KCk04I8cH/jETANk8BtPHWsEtcwU/M=

Setup

The first, add channel to nix channel registry.

$ nix-channel --add https://aira.life/channels/aira-stable aira

OR using IPFS

$ nix-channel --add http://localhost:8080/ipns/stable.releases.aira.life aira

To speed up package install - add airalab nix package cache to /etc/nixos/configuration.nix.

{
  nix.binaryCaches = [
    https://cache.nixos.org
    https://aira.cachix.org
  ];

  nix.binaryCachePublicKeys = [
    "aira.cachix.org-1:/5nHPqhVrtvt7KCk04I8cH/jETANk8BtPHWsEtcwU/M="
  ];
}

Quick Start Images

AIRA distribution is builded on stable snapshot of airapkgs.

Precompiled images

Type Arch SHA256 Link
VirtualBox x86_64 e936c31a5e20d1e4b2aa7f3c03eb69c3fc60a4e80d3de3772badbd5f612c647e Download
SD Image AArch64 35f580bed14b49f115ad4ec798d7f26c69eaef05a7371f5bd7ec323452ce549b Download

Building from source

$ curl https://nixos.org/nix/install | sh
$ git clone --recursive https://github.com/airalab/aira && cd aira
$ make

Minimum Aira system requirements

x86_64 / aarch64 1.4 GHz dual-core processor; Memory: 4Gb ; Disk Space: 32 Gb;

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].