Skip to content

Commit

Permalink
crane_plus_examples_pyのpick_and_place_tf.py微修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mizonon committed Nov 12, 2024
1 parent f4161fd commit 1850f69
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def __init__(self, crane_plus):
plan_and_execute(
self.crane_plus,
self.crane_plus_arm,
# logger=None,
self.logger,
single_plan_parameters=self.arm_plan_request_params,
)
Expand Down Expand Up @@ -213,14 +212,12 @@ def _control_gripper(self, angle):
plan_and_execute(
self.crane_plus,
self.crane_plus_gripper,
# logger=None,
self.logger,
single_plan_parameters=self.gripper_plan_request_params,
)

# アーム制御
def _control_arm(self, x, y, z, roll, pitch, yaw):
# target_pose = Pose()
target_pose = PoseStamped()
target_pose.header.frame_id = 'crane_plus_base'
target_pose.pose.position.x = x
Expand Down

0 comments on commit 1850f69

Please sign in to comment.