mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-16 08:10:19 +08:00
Added sync diagnostic (#1026)
* Added sync diagnotic * Removed composite task to avoid empty msg, added odom status task
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user