Skip to content

Commit

Permalink
Add srdfdom to moveit2.repos
Browse files Browse the repository at this point in the history
  • Loading branch information
Abishalini committed Mar 29, 2022
1 parent 42df24f commit 5601a06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions moveit2.repos
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ repositories:
type: git
url: https://github.com/ompl/ompl.git
version: main
srdfdom:
type: git
url: https://github.com/ros-planning/srdfdom.git
version: ros2
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ class MoveGroupInterface::MoveGroupInterfaceImpl
if (!move_action_client_ || !move_action_client_->action_server_is_ready())
{
RCLCPP_INFO_STREAM(LOGGER, "MoveGroup action client/server not ready");
return moveit::core::MoveItErrorCodes::FAILURE;
return moveit::core::MoveItErrorCode::FAILURE;
}

moveit_msgs::action::MoveGroup::Goal goal;
Expand Down

0 comments on commit 5601a06

Please sign in to comment.