Skip to content

Commit da874df

Browse files
authored
Update core/src/solvers/pipeline_planner.cpp
1 parent f6d0b3b commit da874df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/solvers/pipeline_planner.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ void PipelinePlanner::init(const core::RobotModelConstPtr& robot_model) {
127127

128128
// Check if it is still empty
129129
if (planning_pipelines_.empty()) {
130-
throw std::runtime_error(
131-
"Cannot initialize PipelinePlanner: Could not create any valid entries for planning pipeline maps!");
130+
throw std::runtime_error("Failed to initialize PipelinePlanner: Could not create any valid pipeline");
132131
}
133132
} else {
134133
// Validate that all pipelines use the task's robot model

0 commit comments

Comments
 (0)