Skip to content

Commit

Permalink
Use ada move group for feeding
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaime2 committed Dec 16, 2024
1 parent 0130e83 commit 7bd48d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ada_feeding/ada_feeding/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def get_moveit2_object(
joint_names=kinova.joint_names(),
base_link_name=kinova.base_link_name(),
end_effector_name="forkTip",
group_name="jaco_arm",
group_name="ada",
callback_group=callback_group,
)
lock = Lock()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(self, node: Node):
joint_names=kinova.joint_names(),
base_link_name=kinova.base_link_name(),
end_effector_name="forkTip",
group_name="jaco_arm",
group_name="ada",
callback_group=callback_group,
)

Expand Down

0 comments on commit 7bd48d4

Please sign in to comment.