roscopecoltran / coco

Compact Components is a framework for the development of resource intensive applications with a focus on Mixed Reality applications and Robotics. This repository provides the core technology over which CoCo Mixed Reality is based

Home Page:http://coco.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

#Compact Component Library: CoCo#

A C++ framework for high-performance multi-thread shared memory applications. Split your application in component that can run in parallel to each other or be encapsulated one in the other. Components can run periodically or be triggered by events. CoCo provides also a port system allowing the components to communicate with very low overhead without worrying of concurrency issues.

It has been widely used in robotics applications, ranging from Augmented Reality for teleoperation to haptic-rendering for virtual training.

It is also compatible with ROS allowing it to be used in any kind of high-level control applications.

##Platforms##

CoCo is a cross-platform framework based on C++11 that builds on Linux, OSX and Windows MingW64. The platform maintainers are:

  • Linux: Brizzi, with automated Builds on Travis
  • OSX, Windows: Ruffaldi

The Mixed Reality framework (not yet Open Source) based on CoCo is still cross-platform and it relies on two elements:

##Usage##

The documentation for installing and using CoCo can be found on readthedocs

##Use in Scientific Work## In case you are going to use this work in a scientific publication please cite the following paper

Ruffaldi E. & Brizzi F. (2016). CoCo - A framework for multicore visuo-haptics in mixed reality. In SALENTO AVR, 3rd International Conference on Augmented Reality, Virtual Reality and Computer Graphics (pp. 339-357). Springer. doi:10.1007/978-3-319-40621-3_24 isbn:978-3-319-40620-6

Note that CoCo has been used in a number of other pubblications listed in References at the end of this README.md

##Contribution##

We are always open to people willing to help! If you found any bug or want to propose some new feature or improvement use the github issue system or documentation issues, write on github issue tracking or directly at filippobrizzi at gmail.com / emanuelerffaldi @gmail.com.

##Related Systems##

CoCo can be compare to some frameworks such as OpenFrameworks, Cinder although with different goals and functionalities.

##Authors##

This framework has been developed in the PERCRO Laboratory of the Scuola Superiore Sant'Anna, Pisa by Filippo Brizzi and Emanuele Ruffaldi A special thanks to Nicola Giordani for the web viewer and the review of the code.

##References##

  • (CoCo) Ruffaldi E. & Brizzi F. (2016). CoCo - A framework for multicore visuo-haptics in mixed reality. In SALENTO AVR, 3rd International Conference on Augmented Reality, Virtual Reality and Computer Graphics (pp. 339-357). Springer. doi:10.1007/978-3-319-40621-3_24 isbn:978-3-319-40620-6 - Slides PDF

  • (AR with Baxter) Ruffaldi E., Brizzi F., Bacinelli S. & Tecchia F. (2016). Third point of view Augmented Reality for robot intentions visualization. In SALENTO AVR, 3rd International Conference on Augmented Reality, Virtual Reality and Computer Graphics (pp. 471-478). Springer. doi:10.1007/978-3-319-40621-3_35 isbn:978-3-319-40620-6

  • (AR Teleop with Baxter) Peppoloni L., Brizzi F., Ruffaldi E. & Avizzano C.A. (2015). Augmented Reality-aided Tele-presence System for Robot Manipulation in Industrial Manufacturing. In Proceedings of the 21st ACM Symposium on Virtual Reality Software and Technology (VRST) (pp. 237-240). ACM. doi:10.1145/2821592.2821620 isbn:978-1-4503-3990-2

  • (AR Encountered Haptics V2) Filippeschi A., Brizzi F., Ruffaldi E., Jacinto J.M. & Avizzano C.A. (2015). Encountered-type haptic interface for virtual interaction with real objects based on implicit surface haptic rendering for remote palpation. In IEEE IROS Proceedings (pp. 5904-5909). . doi:10.1109/IROS.2015.7354216

  • (Co-Located Haptics) Ruffaldi E., Brizzi F., Filippeschi A. & Avizzano C.A. (2015). Co-Located haptic interaction for Virtual USG exploration. In Proceedings of IEEE EMBC (pp. 1548-1551). . doi:10.1109/EMBC.2015.7318667

  • (AR Teleop with Youbot) Peppoloni L., Brizzi F., Avizzano C.A. & Ruffaldi E., Immersive ROS-integrated framework for robot teleoperatio, Proceedings of IEEE 3DUI (pp. 177-178). ,2015 doi:10.1109/3DUI.2015.7131758 - Video mp4

  • (AR Encountered Haptivs V1) Ruffaldi Emanuele, Filippeschi Alessandro, Jacinto Juan Manuel, Brizzi Filippo & Avizzano Carlo Alberto, Encountered haptic Augmented Reality interface for remote examination. Proceedings of IEEE 3DUI (pp. 179-180) ,2015 doi:10.1109/3DUI.2015.7131759 - Video mp4.

About

Compact Components is a framework for the development of resource intensive applications with a focus on Mixed Reality applications and Robotics. This repository provides the core technology over which CoCo Mixed Reality is based

http://coco.readthedocs.io/

License:MIT License


Languages

Language:C++ 86.7%Language:CMake 5.8%Language:JavaScript 2.8%Language:Python 1.7%Language:HTML 1.3%Language:Makefile 0.9%Language:C 0.7%Language:CSS 0.2%Language:Shell 0.0%Language:Batchfile 0.0%