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 8448a17 commit e861d31Copy full SHA for e861d31
core/src/introspection.cpp
@@ -199,7 +199,7 @@ uint32_t Introspection::solutionId(const SolutionBase& s) {
199
}
200
201
void Introspection::fillStageStatistics(const Stage& stage, moveit_task_constructor_msgs::StageStatistics& s) {
202
- // successfull solutions
+ // successful solutions
203
for (const auto& solution : stage.solutions())
204
s.solved.push_back(solutionId(*solution));
205
0 commit comments