All Projects → o2ac → o2ac-ur

o2ac / o2ac-ur

Licence: MIT license
The solution used by Team O2AC at the World Robot Summit 2020 Assembly Challenge

Programming Languages

python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
HTML
75241 projects
CMake
9771 projects
shell
77523 projects

Projects that are alternatives of or similar to o2ac-ur

AutonomousPrecisionLanding
Precision landing on a visual target using OpenCV and dronekit-python
Stars: ✭ 31 (-31.11%)
Mutual labels:  robotics-competition
PowerUp-2018
The FRC 2018 programming repository for FRC Team 3695, Foximus Prime
Stars: ✭ 16 (-64.44%)
Mutual labels:  robotics-competition
Swarmathon-Robot
Everything you need to build a Swarmathon Robot.
Stars: ✭ 13 (-71.11%)
Mutual labels:  robotics-competition
Balance-Bot
A two-wheel self-balancing robot based on the ATmega2560 micro-controller.
Stars: ✭ 33 (-26.67%)
Mutual labels:  robotics-competition
FRC-Java-Tutorial
A tutorial on how to program a robot for use in the FIRST Robotics Competition
Stars: ✭ 52 (+15.56%)
Mutual labels:  robotics-competition

Team O2AC at the World Robot Summit 2020 Assembly Challenge

This repository provides the robot solution and a common runtime/development environment used by Team O2AC in the Assembly Challenge of the World Robot Summit 2020.

See our intro video here:

https://www.youtube.com/watch?v=Dm76puapISY

See our exhibition talk and demo here:

https://www.youtube.com/watch?v=tue42LWGzO0&t=2090s

See our completed taskboard run here:

https://www.youtube.com/watch?v=u2Hrf--aK5k&t=21522s

SUMMARY

This repository contains both the ROS packages used to control the O2AC robot system, as well as a series of shell scripts and Docker images to build and run the code.
With this, you can:

  • Use two robot arms
  • Plan and execute motions simultaneously and independently on each arm, without risk of collision

  • Perform insertions using impedance control
  • Align parts

  • Execute motion sequences while subsequent motions are being planned, minimizing waiting times
  • Fasten screws

  • Use a 3D-printed screw tool (under $100 USD in parts) with compliance to find and fasten set screws

  • Detect and pick parts from an unstructured tray

  • Generate parts assemblies and use their TF frames

  • Complete the WRS2020 taskboard task
  • Complete the WRS2020 assembly task (with enough luck)

QUICK START

  1. Clone the repository into your home folder in Ubuntu 18.04 (or newer).
  2. Install the development environment (SETUP-DEVEL-MACHINE.sh, then BUILD-DOCKER-IMAGE.sh)
  3. Run LAUNCH-TERMINATOR-TERMINAL.sh
  4. Execute roslaunch o2ac_moveit_config demo.launch and rosrun o2ac_routines assembly.py (in separate terminals)
  5. Read the documentation, check the Troubleshooting page if you have any problems, and report an issue if you are still stuck afterwards.

Contribution Guidelines

Please read the contribution guidelines before pushing code or requesting a merge. Details can be found in the wiki:
https://github.com/o2ac/o2ac-ur/blob/main/CONTRIBUTING.md

Reporting Issues

Minor compatibility issues are expected to arise. Please report any issue by using the issue tracker: https://github.com/o2ac/o2ac-ur/issues

Citing

If you find this repository useful, please star it and cite our papers:

Felix von Drigalski, Chisato Nakashima, Yoshiya Shibata, Yoshinori Konishi, Joshua C. Triyonoputro, Kaidi Nie, Damien Petit, Toshio Ueshiba, Ryuichi Takase, Yukiyasu Domae, Taku Yoshioka, Yoshihisa Ijiri, Ixchel G. Ramirez-Alpizar, Weiwei Wan & Kensuke Harada (2020) Team O2AS at the world robot summit 2018: an approach to robotic kitting and assembly tasks using general purpose grippers and tools, Advanced Robotics, 34:7-8, 514-530, DOI: 10.1080/01691864.2020.1734481
arXiv

Felix von Drigalski, Christian Schlette, Martin Rudorfer, Nikolaus Correll, Joshua C. Triyonoputro, Weiwei Wan, Tokuo Tsuji & Tetsuyou Watanabe (2020) Robots assembling machines: learning from the World Robot Summit 2018 Assembly Challenge, Advanced Robotics, 34:7-8, 408-421, DOI: 10.1080/01691864.2019.1705910
arXiv

(WRS2020 versions to come)

Credits

The Docker and shell script backbone of this project is based on the HSR environment maintained at the Emergent Systems Laboratory, Department of Human and Computer Intelligence, College of Information Science and Engineering, Ritsumeikan University. For support, contact Coarobo GK.

Team O2AC at the World Robot Summit 2020 Assembly Challenge consisted of members from OMRON SINIC X, OMRON, Osaka University, National Institute for Advanced Science and Technology (AIST) and Chukyo University:

  • Felix von Drigalski (OMRON SINIC X)
  • Kazumi Kasaura (OMRON SINIC X)
  • Chisato Nakashima (OMRON)
  • Cristian C. Beltran-Hernandez (OMRON SINIC X / Osaka University)
  • Hu Zhengtao (Osaka University)
  • Toshio Ueshiba (AIST)
  • Shuichi Akizuki (Chukyo University)
  • Takuma Terasawa (Chukyo University)
  • Ryo Miyoshi (Chukyo University)
  • Nanako Shimizu (Chukyo University)
  • Ryosuke Yamada (Chukyo University)
  • Tenho Houda (Chukyo University)
  • Yu Horiuchi (Chukyo University)
  • Ryosuke Tachi (Chukyo University)
  • Manabu Hashimoto (Chukyo University)
  • Yukiyasu Domae (AIST)
  • Weiwei Wan (Osaka University)
  • Kensuke Harada (Osaka University)

We thank each organization for their support and for the approval to release the source code.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].