Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Roboy/RoboyVR
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: HBPNeurorobotics/Unity3D-Client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
Loading
Showing 11,407 changed files with 4,136,008 additions and 353,978 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Ignore PID Testing Output data
/PidStepData/

# Created by https://www.gitignore.io/api/visualstudio,unity

@@ -294,6 +296,8 @@ paket-files/
# JetBrains Rider
.idea/
*.sln.iml
Assets/Plugins/Editor/JetBrains/
Assets/Plugins/Editor/JetBrains.meta

# CodeRush
.cr/
@@ -306,4 +310,11 @@ __pycache__/
# tools/

### VisualStudio Patch ###
build/
build/

### NRP models
Assets/Models/NRP/
Assets/Models/NRP.meta

### VS Code
.vscode
6 changes: 6 additions & 0 deletions 0-7789/eval.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"createdTimestamp": "132268416335996553",
"avgAbsoluteError": 1.00384951,
"avgSignedError": -0.2945573,
"maxAbsoluteError": 36.3830261
}
Loading