We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d0b3b commit da874dfCopy full SHA for da874df
core/src/solvers/pipeline_planner.cpp
@@ -127,8 +127,7 @@ void PipelinePlanner::init(const core::RobotModelConstPtr& robot_model) {
127
128
// Check if it is still empty
129
if (planning_pipelines_.empty()) {
130
- throw std::runtime_error(
131
- "Cannot initialize PipelinePlanner: Could not create any valid entries for planning pipeline maps!");
+ throw std::runtime_error("Failed to initialize PipelinePlanner: Could not create any valid pipeline");
132
}
133
} else {
134
// Validate that all pipelines use the task's robot model
0 commit comments