Code Monkey home page Code Monkey logo

digital-twin-implementation's Introduction

demonstrator_isaac_sim

Related Paper:

  • Constantin Enke, Jan-Felix Klein, Marvin Sperling, Benchun Zhou. Development of an Experimental Environment to Study the Challenges in Cyber-Physical Intralogistics Systems[C]//2022 Logistic Journal. [Link] [PDF] [Slide]

  • If you use the code in your academic work, please cite the above paper.

This repository shows the Simulation of the logistics environment with Isaac Sim. picture

update 20230503 add json file

prerequist

  1. create python environment:

https://docs.omniverse.nvidia.com/app_isaacsim/app_isaacsim/install_python.html

create a python environment (conda) for isaac sim with the tutorial.

Then, you can write a simple script to activate the python environment.

I provide an example at "additional/isaac.sh"

  1. Configuring RMPflow controller for manipulater(uArm)

https://docs.omniverse.nvidia.com/app_isaacsim/app_isaacsim/advanced_tutorials/tutorial_configure_rmpflow_denso.html

find the file:

.local/share/ov/pkg/isaac_sim-2022.1.1/exts/omni.isaac.motion_generation/motion_policy_configs/policy_map.json

add the following item:

	"uArm":{
		"RMPflow" : "./uArm/config.json"
	},

create or copy uArm folder ("addition/uArm") to the config folder

build and run the project

build the project

git clone https://git.scc.kit.edu/ifl_institute/robis/modelroboticswarehouse/demonstrator_isaac_sim.git
catkin_init_workspace
catkin build

run the project

source devel/setup.bash
python scripts/ifl_demonstrator.py

open another terminal, you can run

rostopic list
python scripts/ifl_overall_process.py

test individual robots

after building, you can test single robot by running:

source devel/setup.bash
python scripts/ifl_uArm_bk.py 
# python scripts/ifl_turtlebot_bk.py 
# python scripts/ifl_slider_bk.py 
# python scripts/ifl_conveyor_bk.py 

for each robot, we also have corresponding clients:

source devel/setup.bash
python scripts/uarm/uarm_client_test.py 
# python scripts/turtlebot/turtlebot_client_test.py 
# python scripts/slider/slider_client_test.py 
# python scripts/conveyor/conveyor_client_test.py 

models

all models are save at src/

digital-twin-implementation's People

Contributors

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