Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 1 #1

Open
wants to merge 3 commits into
base: devel
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ cd ~/barrett-burt-haptics-demo
* Install dependencies with `sudo apt-get install -f`
* Rerun dpkg now that the dependencies have been fixed: `sudo dpkg -i unity-editor_amd64-5.6.0xb3Linux.deb`

### Run Unity for first time (gray window screen)
* In case you run in a gray screen that does not allow you doing anything, just type the following commands:
* `cd ~/.local/share/unity3d/Packages`
* `npm install /opt/Unity/Editor/Data/Resources/Packages/unityeditor-cloud-hub-0.0.15.tgz`
* `npm install /opt/Unity/Editor/Data/Resources/Packages/unityeditor-collab-toolbar.0.6.6.tgz`
* `npm install /opt/Unity/Editor/Data/Resources/Packages/unity-editor-home.0.6.4.tgz`
* `npm install /opt/Unity/Editor/Data/Resources/Packages/unityeditor-collab-history.0.6.4.tgz`

## Usage

***Do not use the internet while running the demo. It slows down communication with the robot and can cause instability.***
Expand Down