Skip to content

Commit

Permalink
Error message when requested target name does not exists (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jntzko authored and davetcoleman committed Nov 11, 2016
1 parent 26459b0 commit 756e2e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1575,6 +1575,7 @@ bool moveit::planning_interface::MoveGroupInterface::setNamedTarget(const std::s
impl_->setTargetType(JOINT);
return true;
}
ROS_ERROR_NAMED("move_group_interface", "The requested named target '%s' does not exist", name.c_str());
return false;
}
}
Expand Down

0 comments on commit 756e2e0

Please sign in to comment.