Code Monkey home page Code Monkey logo

mujoco-multi-arms's Introduction

mujoco-multi-arms

Demonstration of multi-arms with MuJoCo.

This Python project uses MuJoCo simulation to control two six degrees of freedom Gen3 robotic arm with pick-and-place action. For instructions on running the program, please see below.

Multi-arm simulation with MuJoCo involves simulating the dynamics of multiple robotic arms in a virtual environment. MuJoCo, or the Multi-Joint Dynamics with Contact physics engine, is a powerful tool for simulating the behavior of complex mechanical systems, such as robots. With MuJoCo, users can create virtual environments with a high degree of fidelity, allowing for accurate predictions of the behavior of multiple robotic arms interacting with one another and their environment. By adjusting parameters such as joint stiffness and friction, users can explore the impact of different physical properties on the behavior of the arms. This type of simulation is valuable for both research and engineering applications, as it allows for the testing and refinement of robotic control algorithms in a safe and controlled environment.

Install requirements

pip install -r ./requirements.txt

Start demo on a specific action

cp -R ./gen3 /tmp
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/khiem/.mujoco/mujoco210/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/nvidia
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libGLEW.so
python3 ./gen3_multi_arms.py

Acknowledgement

This repository is developed from Dr. Cui source code.

mujoco-multi-arms's People

Contributors

ngkhiem97 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.