Skip to content

Commit bf04ff6

Browse files
committed
modify: pulish mrm state
Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com>
1 parent df61be3 commit bf04ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/mrm_stop_operator/src/mrm_stop_operator.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ void MrmStopOperator::onTimer()
104104
// nothing to do
105105
}
106106
}
107-
current_mrm_state_.stamp = this->now();
108-
pub_mrm_state_->publish(current_mrm_state_);
109107
}
108+
current_mrm_state_.stamp = this->now();
109+
pub_mrm_state_->publish(current_mrm_state_);
110110
}
111111

112112
bool MrmStopOperator::isStopped()

0 commit comments

Comments
 (0)