CHG: movement now uses sharedptr for the position
This commit is contained in:
@@ -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));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user