Added sync diagnostic (#1026)

* Added sync diagnotic

* Removed composite task to avoid empty msg, added odom status task
This commit is contained in:
matlabbe
2023-08-27 12:30:53 -07:00
committed by GitHub
parent cd52f7664c
commit 4a3863cdc7
28 changed files with 264 additions and 285 deletions
+5
View File
@@ -221,6 +221,9 @@ void GuiWrapper::infoMapCallback(
stat.setConstraints(links);
this->post(new RtabmapEvent(stat));
tick(infoMsg->header.stamp);
}
void GuiWrapper::infoCallback(
@@ -251,6 +254,8 @@ void GuiWrapper::infoCallback(
}
this->post(new RtabmapEvent(stat));
tick(infoMsg->header.stamp);
}
void GuiWrapper::goalPathCallback(