moveit jazzy fixes
This commit is contained in:
parent
d7e51b71b4
commit
a925923169
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ private:
|
||||||
} else {
|
} else {
|
||||||
RCLCPP_WARN_STREAM(this->get_logger(),
|
RCLCPP_WARN_STREAM(this->get_logger(),
|
||||||
"Failed to generate plan because "
|
"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);
|
m_current_goal_handle->abort(m_current_result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue