CHG: movement now uses sharedptr for the position

This commit is contained in:
hwinkel
2023-05-27 21:34:53 +02:00
parent 973e8a263f
commit 10f92fb966
3 changed files with 31 additions and 34 deletions

View File

@@ -155,7 +155,7 @@ namespace Entities
}
LOG_S(INFO)<<"hello from command worker";
// LOG_S(INFO)<<"hello from command worker";
std::this_thread::sleep_for(std::chrono::milliseconds(900));
}
@@ -169,7 +169,7 @@ namespace Entities
while (!stopSensorWorker)
{
LOG_S(INFO)<<"hello from sensor worker";
// LOG_S(INFO)<<"hello from sensor worker";
std::this_thread::sleep_for(std::chrono::milliseconds(900));
}
@@ -180,7 +180,7 @@ namespace Entities
{
while (!stopTrackWorker)
{
LOG_S(INFO)<<"hello from track worker";
// LOG_S(INFO)<<"hello from track worker";
std::this_thread::sleep_for(std::chrono::milliseconds(900));
}