moveit jazzy fixes

This commit is contained in:
Игорь Брылёв 2024-12-01 16:25:41 +03:00
parent 4d476c9879
commit b83a68f777
3 changed files with 1 additions and 398 deletions

View file

@ -50,7 +50,7 @@ private:
} else {
RCLCPP_WARN_STREAM(this->get_logger(),
"Failed to generate plan because "
<< error_code_to_string(plan_err_code));
<< moveit::core::errorCodeToString(plan_err_code));
m_current_goal_handle->abort(m_current_result);
}