We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7671b9a commit d4afbdbCopy full SHA for d4afbdb
hydra_ros/src/hydra_ros_pipeline.cpp
@@ -143,6 +143,7 @@ void HydraRosPipeline::start() {
143
}
144
145
void HydraRosPipeline::stop() {
146
+ // TODO(nathan) log remaining queue sizes here or in stop
147
// enforce stop order to make sure every data packet is processed
148
input_module_->stop();
149
// TODO(nathan) push extracting active window objects to module stop
0 commit comments