All Projects → robcog-iai → RobCoG

robcog-iai / RobCoG

Licence: BSD-3-Clause license
Robot Commonsense Games

Programming Languages

C#
18002 projects
Dockerfile
14818 projects
C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to RobCoG

Vridge.Kinect
Using the Kinect sensor with RIftcat/Vridge has head and hands trackers.
Stars: ✭ 18 (-41.94%)
Mutual labels:  vr
XRAcceptanceTests
This project is used to verify behavior of Unity configurations, compare features between Unity releases, and test for changes in performance.
Stars: ✭ 33 (+6.45%)
Mutual labels:  vr
three-laser-pointer
Interactive laser object for VR-like scenes
Stars: ✭ 26 (-16.13%)
Mutual labels:  vr
emscripten-webxr
WebXR library for use with Emscripten.
Stars: ✭ 21 (-32.26%)
Mutual labels:  vr
vr
Blues VR - 基于 krpano 的全景浏览实现
Stars: ✭ 19 (-38.71%)
Mutual labels:  vr
cssvr
CSSVR is an experiment that simulates browser support for creating VR experiences using media queries and CSS transforms.
Stars: ✭ 83 (+167.74%)
Mutual labels:  vr
DesktopPortal
An overlay and utility program for SteamVR
Stars: ✭ 27 (-12.9%)
Mutual labels:  vr
native-xr-for-web
Add iOS and Android build with AR capabilities to your website or web-based app.
Stars: ✭ 27 (-12.9%)
Mutual labels:  vr
Simple-OpenVR-Driver-Tutorial
A sample OpenVR Driver for you to learn from
Stars: ✭ 157 (+406.45%)
Mutual labels:  vr
thedarkmodvr
VR support for The Dark Mod
Stars: ✭ 49 (+58.06%)
Mutual labels:  vr
OpenXR-CTS
Conformance test suite for OpenXR
Stars: ✭ 38 (+22.58%)
Mutual labels:  vr
soundstagevr
virtual reality music sandbox built specifically for room-scale VR
Stars: ✭ 38 (+22.58%)
Mutual labels:  vr
openvr fsr app
Management Gui for OpenVR FSR PlugIn
Stars: ✭ 179 (+477.42%)
Mutual labels:  vr
mixed-reality-extension-sdk
The Mixed Reality Extension SDK enables developers to build 3D world extensions for AltspaceVR, using Node.JS.
Stars: ✭ 139 (+348.39%)
Mutual labels:  vr
aframe-controller-cursor-component
A cursor for tracked controllers.
Stars: ✭ 30 (-3.23%)
Mutual labels:  vr
quest-sidenoder
Cross platform Sideloader for Quest standalone headset
Stars: ✭ 78 (+151.61%)
Mutual labels:  vr
FireVR
Blender to JanusVR FireBoxHTML Exporter Addon (with IPFS support)
Stars: ✭ 25 (-19.35%)
Mutual labels:  vr
aframe-mirror-component
Mirror effect material that works with snapshots of the scene for A-Frame
Stars: ✭ 29 (-6.45%)
Mutual labels:  vr
aframe-registry
[DISCONTINUED] Curated collection of community A-Frame components.
Stars: ✭ 76 (+145.16%)
Mutual labels:  vr
void
Single player Runescape 634 server with a focus on knowledge representation and ai architecture.
Stars: ✭ 15 (-51.61%)
Mutual labels:  knowledge-representation

UE Version: 4.27

Environments

Capabilities

C++ Coding Standards:

Asset Naming and Creation Convention:

  • Naming convention
  • Due to the connection with KnowRob currently all the models are sandboxed and self contained
    • They are always located in a top folder called Models
    • The leaf folder is always the KnowRob class name:
      • Models/IAIKitchen/IAIFurniture/IAIDiningTable/*
      • SM_IAIDiningTable
      • T_IAIDiningTable_N
      • T_IAIDiningTable_D
      • T_IAIDiningTable_S
      • T_IAIDiningTableTop
      • T_IAIDiningTableTop_S
      • M_IAIDiningTable
      • M_IAIDiningTableTop
      • M_IAIDiningTableFeet
      • ..

Submodules

The project points to various submodules (plugins, assets, private assets etc.). If you want to clone the project with submodules, see the following git commands:

  • after cloning the project, clone specific submodules:
$ git submodule update --init Content/Private
$ git submodule update --init Plugins/USemLog
$ git submodule update --init Plugins/UMongoC
[..]
  • all submodules:
$ git submodule update --init --recursive
  • or clone the repository with all the submodules:
$ git clone --recursive -b master https://github.com/robcog-iai/RobCoG.git

Documentation

Related publications

@inproceedings{haidu21ameva2,
  author    = {Andrei Haidu and Michael Beetz},
  title     = {Automated acquisition of structured, semantic models of manipulation activities from human VR demonstration},  
  booktitle = {IEEE International Conference on Robotics and Automation (ICRA)},
  year      = {2021},
  address   = {Xi'an, China},
  pages     = {9460-9466},
  url       = {https://doi.org/10.1109/ICRA48506.2021.9562016},
  note      = {Finalist for Best Paper Award on Human-Robot Interaction},
}

@inproceedings{haidu21amevacv,
 title      = {Knowledge-Enabled Generation of Semantically Annotated Image Sequences of Manipulation Activities from VR Demonstrations},
 author     = {Andrei Haidu and Xiaoyue Zhang and Michael Beetz}, 
 booktitle  = {Computer Vision Systems},
 year       = {2021},
 publisher  = {Springer International Publishing},
 pages      = {130--143},
 isbn       = {978-3-030-87156-7},
 url        = {https://doi.org/10.1007/978-3-030-87156-7_11}
}

@inproceedings{haidu19ameva,
  author    = {Andrei Haidu and Michael Beetz},
  title     = {Automated Models of Human Everyday Activity based on Game and Virtual Reality Technology},
  booktitle = {2019 International Conference on Robotics and Automation (ICRA)},
  year      = {2019},
  pages     = {2606-2612},
  url       = {https://doi.org/10.1109/ICRA.2019.8793859}
}

@inproceedings{haidu18krsim,
  author    = {Andrei Haidu and Daniel Bessler and Asil Kaan Bozcuoglu and Michael Beetz},
  title     = {KnowRob_SIM - Game Engine-Enabled Knowledge Processing Towards Cognition-Enabled Robot Control},
  booktitle = {{IEEE/RSJ} International Conference on Intelligent Robots and Systems, {IROS} 2018, Madrid, Spain, October 1-5, 2018},
  year      = {2018},
  url       = {https://doi.org/10.1109/IROS.2018.8593935}
}
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].