roscondemo_files.cmake 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. set(FILES
  2. Include/ROSConDemo/ROSConDemoBus.h
  3. Source/ApplePicker/AppleDetectionGroundTruth.cpp
  4. Source/ApplePicker/AppleDetectionGroundTruth.h
  5. Source/ApplePicker/ApplePickerComponent.cpp
  6. Source/ApplePicker/ApplePickerComponent.h
  7. Source/ApplePicker/ApplePickingNotifications.h
  8. Source/ApplePicker/ApplePickingRequests.h
  9. Source/ApplePicker/GatheringRowComponent.cpp
  10. Source/ApplePicker/GatheringRowComponent.h
  11. Source/ApplePicker/GatheringRowRequests.h
  12. Source/ApplePicker/KrakenEffectorComponent.cpp
  13. Source/ApplePicker/KrakenEffectorComponent.h
  14. Source/ApplePicker/PickingStructs.h
  15. Source/DemoStatistics/AppleEvent.h
  16. Source/DemoStatistics/DemoStatisticsComponent.cpp
  17. Source/DemoStatistics/DemoStatisticsComponent.h
  18. Source/DemoStatistics/DemoStatisticsNotifications.h
  19. Source/FruitStorage/FruitStorageComponent.cpp
  20. Source/FruitStorage/FruitStorageComponent.h
  21. Source/FruitStorage/FruitStorageBus.h
  22. Source/KrakenCamera/FollowingCameraComponent.cpp
  23. Source/KrakenCamera/FollowingCameraComponent.h
  24. Source/Manipulator/KrakenManipulatorController.cpp
  25. Source/Manipulator/KrakenManipulatorController.h
  26. Source/Manipulator/ManipulatorRequestBus.h
  27. Source/ROSConDemoModuleInterface.h
  28. Source/ROSConDemoSystemComponent.cpp
  29. Source/ROSConDemoSystemComponent.h
  30. enabled_gems.cmake
  31. )