Skip to content

Commit

Permalink
goal_toleranceの設定と把持角の調整 (#193)
Browse files Browse the repository at this point in the history
* goal_tolerance調整

* グリッパ角調整
  • Loading branch information
Kuwamai committed Dec 18, 2023
1 parent d1614cf commit 0b8d153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions crane_x7_control/config/crane_x7_controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ crane_x7_arm_controller:
crane_x7_gripper_controller:
ros__parameters:
joint: crane_x7_gripper_finger_a_joint
goal_tolerance: 0.1

command_interfaces:
- position
Expand Down
2 changes: 1 addition & 1 deletion crane_x7_examples/src/pick_and_place_tf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class PickAndPlaceTf : public rclcpp::Node
{
const double GRIPPER_DEFAULT = 0.0;
const double GRIPPER_OPEN = angles::from_degrees(60.0);
const double GRIPPER_CLOSE = angles::from_degrees(15.0);
const double GRIPPER_CLOSE = angles::from_degrees(20.0);

// 何かを掴んでいた時のためにハンドを開閉
control_gripper(GRIPPER_OPEN);
Expand Down

0 comments on commit 0b8d153

Please sign in to comment.