Giter Club home page Giter Club logo

robot_properties_solo's Introduction

Robot Properties Solo

What it is

Collection of configuration files for the solo robot.

Installation

  1. Install Pinocchio if you have not done so already.

    The simplest way to do so is using Conda:

    conda install -c conda-forge pinocchio
    

    Alternatively you can use any of the ways listed here: https://stack-of-tasks.github.io/pinocchio/download.html.

  2. Install bullet_utils:

git clone [email protected]:machines-in-motion/bullet_utils.git
cd bullet_utils
pip3 install .
  1. Install robot_properties_solo:
git clone [email protected]:open-dynamic-robot-initiative/robot_properties_solo.git
cd robot_properties_solo
pip3 install .

Examples

Below are a few examples. You find more in the demos/ folder.

Loading Solo12 in PyBullet

import pybullet as p
from bullet_utils.env import BulletEnvWithGround
from robot_properties_solo.solo12wrapper import Solo12Robot

env = BulletEnvWithGround(p.GUI)
robot = env.add_robot(Solo12Robot)

Run simulation on Max-Planck Institute cluster

conda create -n solo python=3.7
source activate solo
conda install -c conda-forge pinocchio 

git clone [email protected]:machines-in-motion/bullet_utils.git
cd bullet_utils
pip3 install .

git clone [email protected]:open-dynamic-robot-initiative/robot_properties_solo.git
cd robot_properties_solo
pip3 install .

License and Copyrights

Copyright(c) 2018-2021 Max Planck Gesellschaft, New York University

BSD 3-Clause License

robot_properties_solo's People

Contributors

ahmadgazar avatar avadesh02 avatar hammoudbilal avatar huaijiangzhu avatar jviereck avatar lhumd avatar luator avatar majidkhadiv avatar maximiliennaveau avatar pfernbach avatar shahramkhorshidi avatar swuuu avatar thibnoel 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.