Skip to content

Commit e967b81

Browse files
authored
Merge pull request #228 from PickNikRobotics/multi-arm-sim-fixes
Multi arm sim fixes
2 parents 2bc6a0a + 1c7ffe1 commit e967b81

17 files changed

+511
-770
lines changed

src/moveit_pro_ur_configs/multi_arm_sim/config/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ ros2_control:
139139
# Load but do not start these controllers so they can be activated later if needed.
140140
# [Optional, default=[]]
141141
controllers_inactive_at_startup:
142-
- "multi_arm_joint_trajectory_controller"
142+
- "joint_trajectory_controller"
143143
# Any controllers here will not be spawned by MoveIt Pro.
144144
# [Optional, default=[]]
145145
controllers_not_managed: []

src/moveit_pro_ur_configs/multi_arm_sim/config/control/picknik_multi_ur.ros2_control.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ controller_manager:
1111
type: ur_controllers/GPIOController
1212
fourth_io_and_status_controller:
1313
type: ur_controllers/GPIOController
14-
multi_arm_joint_trajectory_controller:
14+
joint_trajectory_controller:
1515
type: joint_trajectory_controller/JointTrajectoryController
1616
first_robotiq_gripper_controller:
1717
type: position_controllers/GripperActionController
@@ -40,7 +40,7 @@ fourth_io_and_status_controller:
4040
ros__parameters:
4141
tf_prefix: "fourth_"
4242

43-
multi_arm_joint_trajectory_controller:
43+
joint_trajectory_controller:
4444
ros__parameters:
4545
joints:
4646
- first_shoulder_pan_joint

src/moveit_pro_ur_configs/multi_arm_sim/config/moveit/multi_arm_ur.srdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<group name="fourth_manipulator">
2222
<chain base_link="fourth_base_link" tip_link="fourth_grasp_link"/>
2323
</group>
24-
<group name="multi_arm_manipulator">
24+
<group name="manipulator">
2525
<group name="first_manipulator"/>
2626
<group name="second_manipulator"/>
2727
<group name="third_manipulator"/>

src/moveit_pro_ur_configs/multi_arm_sim/config/moveit/ompl_planning.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ fourth_gripper:
132132
- PRMkConfigDefault
133133
- PRMstarkConfigDefault
134134

135-
multi_arm_manipulator:
135+
manipulator:
136136
default_planner_config: RRTConnectkConfigDefault
137137
planner_configs:
138138
- APSConfigDefault

src/moveit_pro_ur_configs/multi_arm_sim/objectives/close_right_gripper.xml renamed to src/moveit_pro_ur_configs/multi_arm_sim/objectives/close_gripper.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" ?>
22
<root BTCPP_format="4" main_tree_to_execute="Close First Gripper">
3-
<BehaviorTree ID="Close First Gripper" _description="Close the first gripper">
3+
<BehaviorTree ID="Close Gripper" _description="Close the first gripper">
44
<Control ID="Sequence" name="root">
55
<Action
66
ID="MoveGripperAction"
@@ -10,7 +10,7 @@
1010
</Control>
1111
</BehaviorTree>
1212
<TreeNodesModel>
13-
<SubTree ID="Close First Gripper">
13+
<SubTree ID="Close Gripper">
1414
<MetadataFields>
1515
<Metadata subcategory="Grasping" />
1616
</MetadataFields>

src/moveit_pro_ur_configs/multi_arm_sim/objectives/close_left_gripper.xml renamed to src/moveit_pro_ur_configs/multi_arm_sim/objectives/close_second_gripper.xml

File renamed without changes.

src/moveit_pro_ur_configs/multi_arm_sim/objectives/interpolate_to_joint_state.xml

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/moveit_pro_ur_configs/multi_arm_sim/objectives/move_to_joint_state.xml

Lines changed: 0 additions & 48 deletions
This file was deleted.

src/moveit_pro_ur_configs/multi_arm_sim/objectives/move_to_pose.xml

Lines changed: 0 additions & 42 deletions
This file was deleted.

src/moveit_pro_ur_configs/multi_arm_sim/objectives/move_to_waypoint.xml

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)