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 16af904 commit 9c13a9cCopy full SHA for 9c13a9c
core/src/introspection.cpp
@@ -173,7 +173,7 @@ void Introspection::publishTaskDescription() {
173
174
void Introspection::publishTaskState() {
175
::moveit_task_constructor_msgs::msg::TaskStatistics msg;
176
- impl->task_statistics_publisher_->publish(fillTaskStatistics(msg));
+ impl->task_statistics_publisher_->publish(fillTaskStatistics(msg)); // NOLINT(clang-analyzer-cplusplus.Move)
177
}
178
179
void Introspection::reset() {
0 commit comments