Skip to content

Commit

Permalink
Merge pull request #2 from andreosse1/ApartmentAndPouring
Browse files Browse the repository at this point in the history
Small improvements for easier use
  • Loading branch information
AbhijitVyas authored Oct 17, 2023
2 parents 2c43622 + ecab146 commit dcf8d21
Show file tree
Hide file tree
Showing 128 changed files with 8 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Content/Maps/Simulation/PouringSimulator_1.umap
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Content/Maps/Simulation/SourceSMCup/DestSM_Cup/BP_SMCup25.uasset
Binary file not shown.
Binary file modified Content/Maps/Simulation/SourceSMCup/DestSM_Cup/BP_SMCup50.uasset
Binary file not shown.
Binary file modified Content/Maps/Simulation/SourceSMCup/DestSM_Cup/BP_SMCup75.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Plugins/URoboSim
Submodule URoboSim updated 319 files
2 changes: 1 addition & 1 deletion Plugins/USemLog
Submodule USemLog updated 61 files
+0 −31 Source/USemLog/Classes/Actors/SLPouringParticleAgentClass.h
+0 −32 Source/USemLog/Classes/Actors/SLStaticMeshAgentClass.h
+0 −4 Source/USemLog/Classes/Events/ISLEvent.h
+0 −3 Source/USemLog/Classes/Events/SLContactEvent.h
+2 −41 Source/USemLog/Classes/Events/SLContactEventHandler.h
+0 −3 Source/USemLog/Classes/Events/SLContainerEvent.h
+0 −3 Source/USemLog/Classes/Events/SLDummyEvent.h
+0 −1 Source/USemLog/Classes/Events/SLEvents.h
+0 −3 Source/USemLog/Classes/Events/SLGraspEvent.h
+0 −3 Source/USemLog/Classes/Events/SLPickUpEvent.h
+0 −80 Source/USemLog/Classes/Events/SLPouringEvent.h
+0 −62 Source/USemLog/Classes/Events/SLPouringEventHandler.h
+0 −3 Source/USemLog/Classes/Events/SLPreGraspEvent.h
+0 −3 Source/USemLog/Classes/Events/SLPutDownEvent.h
+0 −3 Source/USemLog/Classes/Events/SLReachEvent.h
+0 −3 Source/USemLog/Classes/Events/SLSlicingEvent.h
+0 −3 Source/USemLog/Classes/Events/SLSlideEvent.h
+0 −3 Source/USemLog/Classes/Events/SLSupportedByEvent.h
+0 −3 Source/USemLog/Classes/Events/SLTransportEvent.h
+0 −49 Source/USemLog/Classes/Individuals/Type/SLCustomStaticMeshComponentIndividual.h
+1 −3 Source/USemLog/Classes/Individuals/Type/SLIndividualTypes.h
+0 −49 Source/USemLog/Classes/Individuals/Type/SLParticleIndividual.h
+0 −71 Source/USemLog/Classes/Knowrob/SLKRRestClient.h
+0 −6 Source/USemLog/Classes/Monitors/SLContactMonitorInterface.h
+0 −2 Source/USemLog/Classes/Monitors/SLMonitorStructs.h
+0 −4 Source/USemLog/Classes/Owl/SLOwlExperimentStatics.h
+0 −45 Source/USemLog/Classes/Runtime/SLLoggerManager.h
+0 −34 Source/USemLog/Classes/Runtime/SLLoggerStructs.h
+0 −5 Source/USemLog/Classes/Runtime/SLSymbolicLogger.h
+0 −81 Source/USemLog/Classes/Speech/SLSpeechRestClient.h
+0 −45 Source/USemLog/Private/Actors/SLPouringParticleAgentClass.cpp
+0 −33 Source/USemLog/Private/Actors/SLStaticMeshAgentClass.cpp
+0 −39 Source/USemLog/Private/Classes/Actors/SLRestModuleAgentClass.cpp
+0 −25 Source/USemLog/Private/Events/SLContactEvent.cpp
+1 −173 Source/USemLog/Private/Events/SLContactEventHandler.cpp
+0 −22 Source/USemLog/Private/Events/SLContainerEvent.cpp
+0 −5 Source/USemLog/Private/Events/SLDummyEvent.cpp
+0 −21 Source/USemLog/Private/Events/SLGraspEvent.cpp
+0 −21 Source/USemLog/Private/Events/SLPickUpEvent.cpp
+0 −317 Source/USemLog/Private/Events/SLPouringEvent.cpp
+0 −142 Source/USemLog/Private/Events/SLPouringEventHandler.cpp
+0 −20 Source/USemLog/Private/Events/SLPreGraspEvent.cpp
+0 −21 Source/USemLog/Private/Events/SLPutDownEvent.cpp
+0 −21 Source/USemLog/Private/Events/SLReachEvent.cpp
+0 −20 Source/USemLog/Private/Events/SLSlicingEvent.cpp
+0 −21 Source/USemLog/Private/Events/SLSlideEvent.cpp
+0 −21 Source/USemLog/Private/Events/SLSupportedByEvent.cpp
+0 −21 Source/USemLog/Private/Events/SLTransportEvent.cpp
+0 −12 Source/USemLog/Private/Individuals/SLIndividualUtils.cpp
+7 −18 Source/USemLog/Private/Individuals/Type/SLBaseIndividual.cpp
+5 −5 Source/USemLog/Private/Individuals/Type/SLBoneIndividual.cpp
+0 −87 Source/USemLog/Private/Individuals/Type/SLCustomStaticMeshComponentIndividual.cpp
+0 −87 Source/USemLog/Private/Individuals/Type/SLParticleIndividual.cpp
+0 −1 Source/USemLog/Private/Knowrob/SLKRMsgDispatcher.cpp
+0 −261 Source/USemLog/Private/Knowrob/SLKRRestClient.cpp
+0 −12 Source/USemLog/Private/Owl/SLOwlExperimentStatics.cpp
+1 −107 Source/USemLog/Private/Runtime/SLLoggerManager.cpp
+0 −14 Source/USemLog/Private/Runtime/SLSymbolicLogger.cpp
+0 −232 Source/USemLog/Private/Speech/SLSpeechRestClient.cpp
+0 −34 Source/USemLog/Public/Classes/Actors/SLRestModuleAgentClass.h
+0 −3 Source/USemLog/USemLog.Build.cs
2 changes: 1 addition & 1 deletion Plugins/UTFPublisher
2 changes: 1 addition & 1 deletion Plugins/UUtils

0 comments on commit dcf8d21

Please sign in to comment.