Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Mujoco based Robotic arm simulator with an Esim-based neuromorphic vision sensor simulator, rendered in Unity3D

License

NotificationsYou must be signed in to change notification settings

Turgibot/Sim2E

Repository files navigation

alt

Sim2E

We introduce our Mujoco based, Interbotix vx300s digital twin with six degrees of freedom (DOF) robotic arm, mounted with a virtual event camera. The robotic arm 3D model is in a configurable virtual lab, rendered in the Unity3D game engine, and the events are generated using the Esim event camera simulator. The system can generate, and record simulated neuromorphic vision data while the robot arm is in motion.

This project utilizes Esim to generate events from a sequence of images.You can find a pdf of the paperhere. If you use any of this code, please cite this publication.

@Article{Rebecq18corl,author        ={Henri Rebecq and Daniel Gehrig and Davide Scaramuzza},title         ={{ESIM}: an Open Event Camera Simulator},journal       ={Conf. on Robotics Learning (CoRL)},year          =2018,month         = oct}

Installation

Requirements

  • Ubuntu 18.04 or newer
  • Nvidia GPU with CUDA support
  • Nvidia Cudnn
  • Anaconda

step 0: Create a conda environment

conda create -n sim2e python=3.9conda activate sim2e

step 1: Install python binding of Esim with GPU support

IMPORTANT: Make sure to stay on the sim2e conda environment and don't switch to the environment in the Esim installation guide.
Instructions can be found in thisgithub page.

step 2: Install Mujoco

Install mujoco and mujoco-py. Instructions can be found in this videohere . You can also follow the instructions in thisdocument instead.

step 3: Clone the repository and install dependencies

git clone https://github.com/Turgibot/Sim2E.gitcd Sim2Epip install -r requirements.txt

Usage

Run the following command to start the simulation

python main.py

About

Mujoco based Robotic arm simulator with an Esim-based neuromorphic vision sensor simulator, rendered in Unity3D

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp