simulationinterfacesros2_private_files.cmake 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. set(FILES
  2. Source/SimulationInterfacesROS2ModuleInterface.cpp
  3. Source/SimulationInterfacesROS2ModuleInterface.h
  4. Source/Clients/SimulationInterfacesROS2SystemComponent.cpp
  5. Source/Clients/SimulationInterfacesROS2SystemComponent.h
  6. Source/Interfaces/IROS2HandlerBase.h
  7. Source/Actions/SimulateStepsActionServerHandler.cpp
  8. Source/Actions/SimulateStepsActionServerHandler.h
  9. Source/Actions/ROS2ActionBase.h
  10. Source/Services/ROS2ServiceBase.h
  11. Source/Services/GetEntitiesServiceHandler.cpp
  12. Source/Services/GetEntitiesServiceHandler.h
  13. Source/Services/DeleteEntityServiceHandler.cpp
  14. Source/Services/DeleteEntityServiceHandler.h
  15. Source/Services/GetEntitiesServiceHandler.cpp
  16. Source/Services/GetEntitiesServiceHandler.h
  17. Source/Services/GetEntitiesStatesServiceHandler.cpp
  18. Source/Services/GetEntitiesStatesServiceHandler.h
  19. Source/Services/GetEntityStateServiceHandler.cpp
  20. Source/Services/GetEntityStateServiceHandler.h
  21. Source/Services/DeleteEntityServiceHandler.cpp
  22. Source/Services/DeleteEntityServiceHandler.h
  23. Source/Services/SetEntityStateServiceHandler.cpp
  24. Source/Services/SetEntityStateServiceHandler.h
  25. Source/Services/StepSimulationServiceHandler.cpp
  26. Source/Services/StepSimulationServiceHandler.h
  27. Source/Services/GetSpawnablesServiceHandler.cpp
  28. Source/Services/GetSpawnablesServiceHandler.h
  29. Source/Services/SpawnEntityServiceHandler.cpp
  30. Source/Services/SpawnEntityServiceHandler.h
  31. Source/Services/ResetSimulationServiceHandler.cpp
  32. Source/Services/ResetSimulationServiceHandler.h
  33. Source/Services/GetSimulationFeaturesServiceHandler.cpp
  34. Source/Services/GetSimulationFeaturesServiceHandler.h
  35. Source/Services/SetSimulationStateServiceHandler.cpp
  36. Source/Services/SetSimulationStateServiceHandler.h
  37. Source/Services/GetSimulationStateServiceHandler.cpp
  38. Source/Services/GetSimulationStateServiceHandler.h
  39. Source/Utils/RegistryUtils.cpp
  40. Source/Utils/RegistryUtils.h
  41. Source/Utils/Utils.h
  42. )