Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Picknik ur multi arm gazebo config update (#270)
Browse files Browse the repository at this point in the history
Update for 5.1.0
  • Loading branch information
MikeWrock authored May 6, 2024
1 parent d7267f7 commit 77942c1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<collision name='collision'>
<geometry>
<mesh>
<uri>package://picknik_ur_multi_arm_config/description/simulation_worlds/agrisphere-facility-building-2.dae</uri>
<uri>package://picknik_accessories/descriptions/furniture/space_station/space_booth.dae</uri>
</mesh>
</geometry>
</collision>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<launch>
<include file="$(find-pkg-share moveit_studio_agent)/launch/studio_agent_bridge.launch.xml"/>
<include file="$(find-pkg-share moveit_studio_rest_api)/launch/rest_api.launch.xml"/>
</launch>
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
<Control ID="Sequence" name="root">
<SubTree ID="Open Right Gripper"/>
<!--Wrap in a ForceSuccess decorator so this can be used as both a top-level tree and subtree-->
<Decorator ID="ForceSuccess">
<Action ID="GetPoseFromUser" parameter_name="pick_object.grasp_pose" parameter_value="{grasp_pose}"/>
</Decorator>
<Action ID="GetPointsFromUser" point_prompts="promn" point_names="namn" view_name="/wrist_mounted_camera/color/image_raw" pixel_coords="{pixel_coords}"/>
<SubTree ID="Clear Snapshot" _collapsed="false"/>
<Action ID="LoadObjectiveParameters" config_file_name="pick_object_left.yaml" parameters="{parameters}"/>
<Action ID="InitializeMTCTask" task_id="pick_object" controller_names="/dual_arm_joint_trajectory_controller /right_robotiq_gripper_controller /left_robotiq_gripper_controller" task="{pick_object_task}"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!--if we fail to get the string from the user fallback to an empty value for the uuid-->
<Action ID="Script" code="uuid := ''"/>
</Control>
<Action ID="SendPointCloudToUI" point_cloud="{point_cloud}" sensor_name="scene_scan_camera" pcd_topic="/pcd_pointcloud_captures" point_cloud_uuid="{uuid}"/>
<Action ID="SendPointCloudToUI" point_cloud="{point_cloud}" sensor_name="scene_scan_camera" pcd_topic="/pcd_pointcloud_captures"/>
</Control>
</BehaviorTree>
</root>

0 comments on commit 77942c1

Please sign in to comment.