Skip to content

Easy-to-follow, Intuitive MuJoCo tutorial codes for robotics algorithms.

Notifications You must be signed in to change notification settings

joonhyung-lee/mujoco-robotics-usage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mujoco-robotics-usage

This repo provides minimal hands-on code for MuJoCo Robotics Algorithms.

(This repository only covers the MuJoCo simulation. Realworld is not included)

MuJoCo related code is employed from following repos:

Some of the robot models referenced mujoco_menagerie

Prerequisites

This repo is tested on following environment:

  • Ubuntu: 20.04
  • Python: 3.8.10
  • mujoco: 2.3.2

Install dependencies

Mujoco Engine

pip install mujoco

pip install mujoco-python-viewer

Descriptions

Below is a list of files and their descriptions:

  • Kinematic Solver

    1. Solve inverse kinematics in various method with
      • [General]

        >

      • [Augmented],
      • [Nullspace projection]
      • [Repelling]
      • [RRT*]
  • Trajectory Planning method

    1. [Task space planning]
      • [Quintic]

      * [Minimum Jerk] * [Linear movement]
    2. [Velocity profile method]:
      • [Trapezoidal]
      • [s-Spline method]
  • Demos

    1. [Pick-n-Place]

      Pick-n-place multiple objects in succession on table-top scene.

  • Mobile Planning method

    1. [Mobile Velocity Control]

      Husky with UR just moving forward.

    2. [Global planner]
      • [A*]
      • [RRT]
      • [RRT*]
    3. [Local planner]
      • [Pure-pursuit]
  • Point-cloud

    1. [Point-cloud Projection]

      Project point-cloud onto table from ego-centric view.

      Project point-cloud onto table from ego-centric view.

    2. [RANSAC]

    3. [Iterative Closet Point]

    4. [Extrinsic calibration]

  • Segmentations

  • Miscellaneous

    • [Multi-vivwer] Add Multi-Viewer toy examples: Get images from camera defined in an XML(MJCF) files.

      >

About

Easy-to-follow, Intuitive MuJoCo tutorial codes for robotics algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published