Virtual Micro Challenge 2022 is a part of the Industrial Mobile Manipulation Challenge (IMMC) - an international initiative funded by EIT-Manufacturing, aiming to promote mobile manipulation technology and make progress in the field of human-machine co-working in manufacturing.
This repository contains software packages for Virtual Micro Challenge 2022 and it is supposed to be used by the participants and organizers.
For the details about Virtual Micro Challenge 2022 please refer to the Rulebook
Contains the launch/immc_bringup_factory.launch
which is the starting point of the task within the Virtual Micro Challenge.
Demo pipeline of navigation and manipulation capabilities of the mobile manipulator.
Contains the order manager node.
Message and service definitions for Virtual Micro Challenge 2022.
Gazebo world for the Virtual Micro Challenge 2022.
ROS package for grasping simplification by Sam Pfeiffer, PAL Robotics
Turtlebot3 mobile platform with OpenManipulator robot arm by ROBOTIS
- Make sure your environment has ROS Noetic and Gazebo 11 installed. Installation guide
- Navigate to you workspace/src
$ git clone https://github.com/wddler/immc.git
$ cd immc
$ catkin_make
If you have the error:
[FATAL] [1665410400.733178897, 103.299000000]: Failed to create the dwa_local_planner/DWAPlannerROS planner, are you sure it is properly registered and that the containing library is built? Exception: According to the loaded plugin descriptions the class dwa_local_planner/DWAPlannerROS with base class type nav_core::BaseLocalPlanner does not exist. Declared types are base_local_planner/TrajectoryPlannerROS
Try to install the missing package:
$ sudo apt-get install ros-noetic-dwa-local-planner
How to cite:
Zatyagov, D., Killingseder, P., Ozan, K., Reiterer, B., Rahmani Choubeh, N., & Wallner, B. (2022). Industrial Mobile Manipulation Challenge 2022 [Computer software]. https://github.com/wddler/immc