Skip to content

Commit

Permalink
quadcopters
Browse files Browse the repository at this point in the history
  • Loading branch information
rozgo committed Feb 13, 2019
1 parent 0b3edcd commit c7389b0
Show file tree
Hide file tree
Showing 13 changed files with 159 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Config/DefaultEngine.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ AppliedTargetedHardwareClass=Desktop
DefaultGraphicsPerformance=Maximum
AppliedDefaultGraphicsPerformance=Maximum

[/Script/OSC.OscSettings]
ReceiveFrom=5555
+SendTargets=127.0.0.1:9999
MulticastLoopback=True

[/Script/Engine.RendererSettings]
r.DefaultFeature.AutoExposure=False

[/Script/Engine.PhysicsSettings]
DefaultGravityZ=-980.000000
DefaultTerminalVelocity=4000.000000
Expand Down
119 changes: 119 additions & 0 deletions Config/UnrealGAMS-OSC.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
{
"type": "root",
"id": "root",
"linkId": "",
"color": "auto",
"css": "",
"default": "",
"value": "",
"precision": 2,
"address": "/root",
"preArgs": "",
"target": "",
"bypass": false,
"traversing": false,
"variables": {},
"tabs": [
{
"type": "tab",
"id": "tab_1",
"linkId": "",
"label": "auto",
"color": "auto",
"css": "",
"default": "",
"value": "",
"precision": 2,
"address": "/tab_1",
"preArgs": "",
"target": "",
"bypass": false,
"variables": "@{parent.variables}",
"widgets": [
{
"type": "xy",
"top": 0,
"left": 0,
"id": "velocity",
"linkId": "",
"width": "auto",
"height": "auto",
"label": "auto",
"color": "auto",
"css": "",
"pointSize": 20,
"snap": false,
"spring": true,
"pips": true,
"rangeX": {
"min": -1,
"max": 1
},
"rangeY": {
"min": -1,
"max": 1
},
"logScaleX": false,
"logScaleY": false,
"input": true,
"doubleTap": false,
"default": [
0,
0
],
"value": "",
"precision": 2,
"address": "/agent/velocity/xy",
"preArgs": "",
"target": "",
"bypass": false,
"touchAddress": "",
"split": false
},
{
"type": "fader",
"top": 0,
"left": 200,
"id": "height",
"linkId": "",
"width": 100,
"height": 230,
"label": "auto",
"color": "auto",
"css": "",
"horizontal": false,
"alignRight": false,
"pips": true,
"input": true,
"meter": false,
"compact": true,
"dashed": false,
"snap": false,
"spring": true,
"doubleTap": false,
"range": {
"min": -1,
"max": 1
},
"steps": "",
"logScale": false,
"unit": "",
"origin": "auto",
"default": 0,
"value": "",
"precision": 2,
"address": "/agent/velocity/z",
"preArgs": "",
"target": "",
"bypass": false,
"touchAddress": "",
"meterAddress": ""
}
],
"tabs": [],
"scroll": true
}
],
"scroll": true,
"label": false
}
3 changes: 3 additions & 0 deletions Content/Robots/Quadcopters/Blueprints/Quadcopter.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Robots/Quadcopters/Cue/SC_QuadcoptersAudio.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Robots/Quadcopters/HUD/T_CameraHud.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Robots/Quadcopters/HUD/UI_Camera1stWidget.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Robots/Quadcopters/HUD/UI_CameraHud.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Robots/Quadcopters/HUD/UI_InputWidget.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Robots/Quadcopters/Materials/M_QuadcopterDebug.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Robots/Quadcopters/Mesh/SM_QuadcopterC_Main.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Robots/Quadcopters/Mesh/SM_QuadcopterC_Rotor.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Robots/Quadcopters/Wav/S_QuadcoptersAudio.uasset
Git LFS file not shown
4 changes: 2 additions & 2 deletions Content/Sandbox.umap
Git LFS file not shown

0 comments on commit c7389b0

Please sign in to comment.