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

Commit

Permalink
Change name of visual servo Behavior (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Jul 18, 2023
1 parent 6e3adef commit f7f9774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Action ID="MoveGripperAction" gripper_command_action_name="/robotiq_gripper_controller/gripper_cmd" position="0.0"/>
<Action ID="LoadObjectiveParameters" config_file_name="apriltag_servoing_config.yaml" parameters="{parameters}"/>
<Control ID="Parallel" success_count="1" failure_count="1">
<Action ID="GetApriltagPose" parameters="{parameters}" camera_stream_topic="/wrist_mounted_camera/color/image_raw" detection_transform_stamped_topic="/apriltag_detections"/>
<Action ID="StreamApriltagPose" parameters="{parameters}" camera_stream_topic="/wrist_mounted_camera/color/image_raw" detection_transform_stamped_topic="/apriltag_detections"/>
<Control ID="Sequence">
<Action ID="GraspPoseStreamer" detections_streaming_topic="/apriltag_detections" goal_pose_streaming_topic="/visual_servo_goal_pose" pose_error_topic="/visual_servo_pose_error" goal_frame_id="base_link" target_frame_id="frame_id0" goal_linear_threshold="0.05" goal_angular_threshold="0.1" goal_pose_translation_x="0" goal_pose_translation_y="0.1" goal_pose_translation_z="0.10" goal_pose_orientation_x="1.0" goal_pose_orientation_y="0" goal_pose_orientation_z="0" goal_pose_orientation_w="0"/>
<Action ID="GraspPoseStreamer" detections_streaming_topic="/apriltag_detections" goal_pose_streaming_topic="/visual_servo_goal_pose" pose_error_topic="/visual_servo_pose_error" goal_frame_id="base_link" target_frame_id="frame_id0" goal_linear_threshold="0.02" goal_angular_threshold="0.1" goal_pose_translation_x="0.0" goal_pose_translation_y="0.1" goal_pose_translation_z="0.02" goal_pose_orientation_x="1.0" goal_pose_orientation_y="0" goal_pose_orientation_z="0" goal_pose_orientation_w="0"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GetApriltagPose:
StreamApriltagPose:
apriltag_family_name: 16h5
apriltag_ids:
- 0
Expand Down

0 comments on commit f7f9774

Please sign in to comment.