Giter Club home page Giter Club logo

conq_python's Introduction

conq_python

This package is a no-ROS set of python libraries for using Conq, the Spot robot.

For running demos, use the armlab user on the ARM Razer laptop:

  1. open a terminal

  2. Make sure you have these environment variables set: BOSDYN_CLIENT_USERNAME=user and BOSDYN_CLIENT_PASSWORD=4f9y0eftzh76

  3. Connect to WiFi. You'll need the USB wifi dongle.

    nmcli con up spot-BD-21860002 
  4. Launch pycharm

  5. Launch the EStop GUI from the pycharm run configurations menu [Optional]

  6. Launch one of the _demo.py scripts from the pycharm run configurations menu.

Setup & installation

# Create virtual environment
virtualenv venv # give this a good name
source venv/bin/activate
git clone [email protected]:UM-ARM-Lab/conq_python.git
cd conq_python
pip install .  # installs in editable mode so your IDE knows where the conq_python packages are

Examples

The conq_python package currently provides on a few pieces of functionality on top of the Spot SDK. For examples of what you can do directly with the Spot SDK, see the extensive set of Spot SDK examples.

Additional setup for demos

Some demos have other dependencies that need to be setup. For example, for the regrasping demo, start with the general setup steps, then run:

# Install cdcpd_torch into some other folder (outside conq_python)
cd ..
git clone [email protected]:UM-ARM-Lab/cdcpd_torch.git -b conq_no_ros
cd cdcpd_torch
pip install . # inside cdcpd_torch
cd conq_python
pip install -e .[regrasping_demo]

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.