This pull request is to separate Gen3 Lite MoveIt2 planning groups between the arm and gripper to allow for easier usage.
This pr addresses issue 249.
Created different MoveIt2 motion planning groups to separate arm and gripper planning.
Created saved group_states for arm:vertical, arm:home, gripper:open, and gripper:closed like ros1.
The new planning group requires the additional gripper group in kinematics.yaml.
Since both groups use the joint_trajectory_controller, the allow_partial_joint_goals parameter needs to be true in ros2_controllers.yaml to allow them to move independently.
Tested with:
This pull request is to separate Gen3 Lite MoveIt2 planning groups between the arm and gripper to allow for easier usage. This pr addresses issue 249.
Created different MoveIt2 motion planning groups to separate arm and gripper planning. Created saved group_states for arm:vertical, arm:home, gripper:open, and gripper:closed like ros1. The new planning group requires the additional gripper group in
kinematics.yaml
. Since both groups use the joint_trajectory_controller, theallow_partial_joint_goals
parameter needs to betrue
inros2_controllers.yaml
to allow them to move independently. Tested with: