Coder Social home page Coder Social logo

ccourson / xarm-dev Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 8 KB

Ubuntu package to set up Ubuntu to use the Python hidusb module in order to connect to the Lobot xArm. Installation of xarm-dev loads Ubuntu dependencies. It also includes a tool to initialize a Python development environment and load Python dependencies. In other words, xarm-dev takes the work out of setting a Python development environment for working with the xArm.

Shell 100.00%

xarm-dev's Introduction

xarm-dev for Ubuntu

xarm-dev is a package to set up Ubuntu to use the Python hidusb module in order to connect to the Lobot xArm. Installation of xarm-dev loads Ubuntu dependencies. It also includes a tool to initialize a Python development environment and load Python dependencies. In other words, xarm-dev takes the work out of setting a Python development environment for working with the xArm.

The following Ubuntu packages are loaded:

  • python3
  • python3-pip
  • python3-venv
  • python3-dev
  • libusb-1.0-0-dev
  • udev
  • libudev-dev

Also installed is command xarm-dev.

usage: xarm-dev [--version] [--help] <[args]>

xarm-dev commands:

init:

  • Initialize a project folder. Activate a virtual Python environment, upgrade setuptools and install hidapi package into virtual environment site packages.

xarm-dev init does the following:

  • python3 -m venv env
  • source env/bin/activate
  • pip3 install --upgrade setuptools
  • pip3 install hidapi

Installation

sudo apt install ./xarm-dev_0.1-ubuntu.deb

Uninstall

Package dependencies must be manually unloaded or all can be unloaded using apt-get's autoremove option.

sudo apt --purge remove xarm-dev

Build

dpkg-deb --build xarm-dev_0.1-ubuntu

xarm-dev's People

Contributors

ccourson avatar

Stargazers

David Whaley avatar

Watchers

 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.