Skip to content

Commit

Permalink
modify: pulish mrm state
Browse files Browse the repository at this point in the history
Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com>
  • Loading branch information
TetsuKawa committed Jan 15, 2025
1 parent df61be3 commit bf04ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/mrm_stop_operator/src/mrm_stop_operator.cpp
Original file line number Diff line number Diff line change
@@ -104,9 +104,9 @@ void MrmStopOperator::onTimer()
// nothing to do
}
}
current_mrm_state_.stamp = this->now();
pub_mrm_state_->publish(current_mrm_state_);
}
current_mrm_state_.stamp = this->now();
pub_mrm_state_->publish(current_mrm_state_);
}

bool MrmStopOperator::isStopped()

0 comments on commit bf04ff6

Please sign in to comment.