Skip to content

MIMIC, or Modular Intelligent Manufacturing & Inspection Cell is a 17-axis cell at the Nuclear AMRC. The repository contains ROS packages for control and interface of the cell.

Notifications You must be signed in to change notification settings

farisnafiah/mimic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIMIC ROS driver

This ROS package serves as the driver for the Modular Intelligent Manufacturing and Inspection Cell (MIMIC) located at Nuclear AMRC. The cell aims to showcase the future of automated fabrication by combining:

  • Robotic welding: A KUKA KR16 robot arm mounted on a 3-axis gantry for precise and efficient welding tasks. Both the KR16 and the gantry are controlled by a KRC4 extended controller, acting as the slave robot within the KUKA system.
  • Robotic Inspection: A KUKA KR20 robot arm located on the floor for thorough and reliable inspection of fabricated parts. The KR20 is controlled by a separate KRC4 controller, designated as the master robot in the KUKA system. This KRC4 master also controls a turntable situated in the middle of the cell, used for precise positioning, turning, and tilting of workpieces.

Full MIMIC.

Organisation

This repository is comprised of multiple ROS packages, each with different functionalities:

mimic_support: MIMIC support package, following ROS-Industrial's robot support package format

mimic_support
├── config
├── launch                 # contains load and test launch files for all components of the cell. 
├── meshes
│   ├── collision          # *.stl files for each joint collision
│   ├── visual             # *.dae files for each joint visualisation
└── urdf

mimic_driver: MIMIC driver for setting up Kuka RSI communication and quick control of Kuka robots with ROS

mimic_driver
├── config
└── launch                 # contains load and test launch files for all components of the cell. 

Setup

  1. Install ROS and create a catkin workspace in your home directory:
mkdir -p ~/catkin_ws/src
  1. Clone this repository into the catkin workpace's source folder (src):
git clone https://github.com/farisnafiah/mimic.git
  1. Clone dependencies.

For controlling the MIMIC cell using ROS:

  • kuka_experimental: Make sure to clone my kuka_experimental repository here, instead of the official Kuka ROS experimental one. The branch that was tested most recently is test/hw_interface_slave

For connection with Twinality/Unity:

  1. Build it
mkdir -p ~/catkin_ws/
catkin_make

Setup

You can get started with launching the simulator.

roslaunch mimic_driver mimic_driver.launch

With that running, you can move the joint angles using rqt.

About

MIMIC, or Modular Intelligent Manufacturing & Inspection Cell is a 17-axis cell at the Nuclear AMRC. The repository contains ROS packages for control and interface of the cell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published