Skip to content

interaction-lab/NRI-SVTE

Repository files navigation

DEPRECATED - due to an lfs issue, this repo has been more here

Kuri RVIZ

NRI SVTE Signal Design for Non-Expert Users


Study Commits

Thomas R. Groechel*, Allison O'Connell*, Massimiliano Nigro*, and Maja J. Matarić. "Reimagining RViz: Multidimensional Augmented Reality Robot Signal Design", In 2022 IEEE International Symposium on Robot and Human Interactive Communication (RO-MAN 2022), Aug-2022. - 77610bae15ae9a2fb632c31f9b26150ffe8e258a, Video

Thanks

We want to thank

Setup

  • Change line 88 of ColorPicker.cs to
    public Color CustomColor;
    
  • Change lines 1872-1873 in BoundingBox.cs and lines 905-906 in BoundsControl.cs from
    KeyValuePair<Transform, Collider> colliderByTransform;
    KeyValuePair<Transform, Bounds> rendererBoundsByTransform;
    
    to
    KeyValuePair<Transform, Collider> colliderByTransform = default;
    KeyValuePair<Transform, Bounds> rendererBoundsByTransform = default;
    

Style Guide

About

NRI SVTE Signal Design for Non-Expert Users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published