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 6287011 commit a7d8b76Copy full SHA for a7d8b76
subt_ign/src/GameLogicPlugin.cc
@@ -2206,6 +2206,7 @@ void GameLogicPluginPrivate::Finish(const ignition::msgs::Time &_simTime)
2206
completeMsg.mutable_header()->mutable_stamp()->CopyFrom(
2207
this->simTime);
2208
completeMsg.set_data("recording_complete");
2209
+ this->state = "recording_complete";
2210
this->startPub.Publish(completeMsg);
2211
2212
std::lock_guard<std::mutex> lock(this->eventCounterMutex);
0 commit comments