GithubHelp home page GithubHelp logo

m3rcuriel / hyperion Goto Github PK

View Code? Open in Web Editor NEW
0.0 5.0 0.0 26.3 MB

Python 4.15% Shell 1.04% C++ 0.02% Rust 1.77% Dockerfile 0.08% C 68.42% Makefile 6.85% D 0.08% DTrace 0.08% Logos 0.17% Starlark 17.34%

hyperion's Introduction

Hyperion: Research utilities, production performance

build status (master)

"But as with so many things in our lives, the reason for doing something is not the important thing. It is the fact of doing that remains."

โ€” Dan Simmons, Hyperion (1989)

Table of Contents

About Hyperion

Hyperion is a real-time general purpose robotics framework built in Rust.

Building Hyperion

Currently Hyperion is only supported within a monolithic repository structure. Eventually it may support being included in other repositories, but for the moment any project build with Hyperion must be a subfolder of a cloned version of Hyperion, i.e

+ hyperion
  + execution/
  + math/
  + your_project/
  ...

Hyperion can be built on most modern Linux platforms. Currently only some specific platforms are supported through Bazel:

  • //tools/platforms:bionic-linux-x86_64
  • //tools/platforms:disco-linux-x86_64
  • //tools/platforms:cortex-m7f-none

These can be switched between via Bazel flags --host_platform= and --target_platforms=. The differentiating feature between the two ubuntu platforms as far as I can tell currently is whether or not Clang is built against libtinfo6 or libtinfo5. For example, the Ubuntu Disco toolchain works on Arch Linux kernel version 5.0.8.

All unit tests in the project can be tested via bazel test //.... Be aware that pending a patch to Bazel to allow something similar to CPU environment groups, this may break if some ocmponents are only meant to be built for a single platform.

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.