Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vmanoj1996/mujoco-demo

Pick and place using Simulink and MuJoCo
https://github.com/vmanoj1996/mujoco-demo

mujoco physics-simulation robotics simulink stateflow

Last synced: 29 days ago
JSON representation

Pick and place using Simulink and MuJoCo

Awesome Lists containing this project

README

        

# mujoco-demo

[![Demo Video](http://img.youtube.com/vi/wVSQ-lmArJY/0.jpg)](http://www.youtube.com/watch?v=wVSQ-lmArJY)

## Instructions

1. Download and setup [mujoco-simulink-blockset](https://github.com/mathworks-robotics/mujoco-simulink-blockset)
2. Install a supported C/C++ compiler and run,

a. mex -setup c

b. mex -setup c++
4. Open examples/ folder in MATLAB and run builder.m (ignore the warnings)
5. Run start.m
6. Open factory.slx and click on run

## Acknowledgements:

Models from MuJoCo Menagerie were used in this work. Refer to https://github.com/deepmind/mujoco_menagerie for more information.