ADD: add the usage of the kubecontroller bus not with fully using the start of pods

This commit is contained in:
Henry Winkel
2023-08-08 17:14:26 +02:00
parent 7bc8001936
commit 6ad961fbed
6 changed files with 37 additions and 22 deletions

View File

@@ -10,6 +10,7 @@
#include "SimCore/Orientation.hpp"
#include "SimCore/SafeMap.hpp"
#include "SimCore/SimCore.hpp"
#include "kubecontrol/PodController.hpp"
#include <WHISPER/InternalUDPService.hpp>
#include <WHISPER/InternalUDPSender.hpp>
@@ -111,6 +112,7 @@ namespace Entities {
void startSensor();
std::unique_ptr<kubecontrol::PodController> PodController_;
std::shared_ptr<std::list<Entities::SensorClientData>> SensorStore_;