https://github.com/ami-iit/yarp-device-openxrheadset

https://github.com/ami-iit/yarp-device-openxrheadset

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.9%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: ami-iit
  • License: bsd-2-clause
  • Language: C++
  • Default Branch: main
  • Size: 7.13 MB
Statistics
  • Stars: 2
  • Watchers: 9
  • Forks: 3
  • Open Issues: 4
  • Releases: 9
Created about 5 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Codeowners

README.md

yarp-device-openxrheadset

openxrheadset YARP Device Driver for OpenXR-based headsets.

Installation

Using conda

The yarp-device-openxrheadset binary package is available from the robotology channel, to create a new environment that contains it run:

~~~ conda create -n yarpopenxrdev -c conda-forge -c robotology yarp-device-openxrheadset ~~~

From source

Make sure to install the required dependencies: - C++ compiler - CMake - ycm-cmake-modules - YARP - OpenXR - GLEW - GLM - Eigen3

Then install as any other CMake project:

~~~ git clone https://github.com/ami-iit/yarp-device-openxrheadset cd yarp-device-openxrheadset cmake -Bbuild -S. cmake --build build cmake --install build ~~~

Owner

  • Name: Artificial and Mechanical Intelligence
  • Login: ami-iit
  • Kind: organization
  • Location: Italy

GitHub Events

Total
  • Create event: 25
  • Release event: 4
  • Issues event: 5
  • Delete event: 19
  • Issue comment event: 36
  • Push event: 37
  • Pull request review comment event: 22
  • Pull request event: 40
  • Pull request review event: 33
  • Fork event: 1
Last Year
  • Create event: 25
  • Release event: 4
  • Issues event: 5
  • Delete event: 19
  • Issue comment event: 36
  • Push event: 37
  • Pull request review comment event: 22
  • Pull request event: 40
  • Pull request review event: 33
  • Fork event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 232
  • Total Committers: 5
  • Avg Commits per committer: 46.4
  • Development Distribution Score (DDS): 0.168
Past Year
  • Commits: 42
  • Committers: 2
  • Avg Commits per committer: 21.0
  • Development Distribution Score (DDS): 0.333
Top Committers
Name Email Commits
Stefano s****a@g****m 193
iCub Virtualizer i****b@f****m 19
Silvio Traversaro s****o@i****t 18
iCub i****b@i****m 1
iCub i****b@f****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 14
  • Total pull requests: 63
  • Average time to close issues: 6 months
  • Average time to close pull requests: 5 days
  • Total issue authors: 2
  • Total pull request authors: 4
  • Average comments per issue: 2.64
  • Average comments per pull request: 1.97
  • Merged pull requests: 54
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 31
  • Average time to close issues: about 12 hours
  • Average time to close pull requests: 1 day
  • Issue authors: 1
  • Pull request authors: 3
  • Average comments per issue: 1.0
  • Average comments per pull request: 1.52
  • Merged pull requests: 24
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • S-Dafarra (12)
  • traversaro (1)
Pull Request Authors
  • S-Dafarra (52)
  • traversaro (22)
  • steb6 (1)
  • G-Cervettini (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout master composite
.github/workflows/conda-forge-ci.yml actions
  • actions/checkout v2 composite
  • conda-incubator/setup-miniconda v2 composite