Giter VIP home page Giter VIP logo

GEEKROS

⚡ Real-Time Robot-Human Interaction Applications ⚡

License

License:Apache2.0

Install

Quick installation and deployment in Ubuntu.

sudo curl -s https://mirrors.geekros.com/ubuntu/install.sh|bash

Basic Requirements

Your device should meet the following basic requirements.

Distributor ID: Ubuntu
Description:    Ubuntu 22.04.4 LTS
Release:        22.04
Codename:       jammy

Python          3.10.12
Golang          1.22.0
ROS             humble

Build Frontend

Perform secondary development and build for the front-end web page.

cd frontend

1、Install the required dependencies.

yarn

2、Development and debugging.

yarn dev

3、Packaging and deployment.

yarn build

Build DEB

Compile a .deb installer suitable for your own system and device using the following method.

1、Download the source code to your system and device.

git clone [email protected]:geekros/geekros.git

2、Set up the compilation environment on your system and device.

cd geekros/tools
sudo ./init.sh

3、Compile and build the .deb installation file.

sudo ./publish.sh

4、Install the .deb in Ubuntu.

wget https://nginx.org/packages/ubuntu/pool/nginx/n/nginx/nginx_1.24.0-1~jammy_arm64.deb
sudo dpkg -i nginx_1.24.0-1~jammy_arm64.deb
sudo dpkg -i geekros_*.deb

geekros's Projects

geekros icon geekros

Real-Time Robot-Human Interaction Applications

python icon python

Python SDK For Real-Time Robot-Human Interaction Applications

ros icon ros

ROS Node For Real-Time Robot-Human Interaction Applications

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.