Skip to content

Commit

Permalink
Merge pull request #18 from racsoraul/master
Browse files Browse the repository at this point in the history
Sending agent Pose(position, quaternion)
  • Loading branch information
rozgo authored Mar 5, 2019
2 parents 7a83842 + afd5b3b commit b917e7a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
9 changes: 5 additions & 4 deletions Config/DefaultEngine.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ bSupportsUpsideDownOrientation=False
bSupportsLandscapeLeftOrientation=True
PreferredLandscapeOrientation=LandscapeLeft

[/Script/OSC.OscSettings]
ReceiveFrom=5555
MulticastLoopback=True

[/Script/Engine.StreamingSettings]
s.UseBackgroundLevelStreaming=False

Expand Down Expand Up @@ -72,4 +68,9 @@ InitialAverageFrameRate=0.016667
PhysXTreeRebuildRate=10
DefaultBroadphaseSettings=(bUseMBPOnClient=False,bUseMBPOnServer=False,MBPBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPNumSubdivs=2)

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


4 changes: 2 additions & 2 deletions Content/Blueprints/BP_Simulation.uasset
Git LFS file not shown
2 changes: 1 addition & 1 deletion Content/Blueprints/ST_SpawnEvent.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Common/Blueprints/ST_Pose.uasset
Git LFS file not shown
4 changes: 2 additions & 2 deletions Content/Robots/Quadcopter/Blueprints/BP_Quadcopter.uasset
Git LFS file not shown
4 changes: 2 additions & 2 deletions Plugins/OSC/Content/Blueprints/OscSender.uasset
Git LFS file not shown

0 comments on commit b917e7a

Please sign in to comment.