Skip to content

Commit

Permalink
launch時のwarning消すための修正 (#149)
Browse files Browse the repository at this point in the history
* crane_x7.srdfのtable virtual jointはスキップされているため削除する

* kinematicsプラグインのattemptsオプションはMelodicから廃止されているので、削除する

* default_planning_pipelineパラメータの設定と、planning_pipelineパラメータのネームスペースの変更

* Revert "default_planning_pipelineパラメータの設定と、planning_pipelineパラメータのネームスペースの変更"

This reverts commit 2d99307.
  • Loading branch information
Shota Aoki authored Nov 11, 2021
1 parent 146ccfe commit 5578110
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crane_x7_moveit_config/config/crane_x7.srdf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<!--END EFFECTOR: Purpose: Represent information about an end effector.-->
<end_effector name="end_effector" parent_link="crane_x7_gripper_base_link" group="gripper" />
<!--VIRTUAL JOINT: Purpose: this element defines a virtual joint between a robot link and an external frame of reference (considered fixed with respect to the robot)-->
<virtual_joint name="table" type="fixed" parent_frame="world" child_link="base_link" />
<!--DISABLE COLLISIONS: By default it is assumed that any link of the robot could potentially come into collision with any other link in the robot. This tag disables collision checking between a specified pair of links. -->
<disable_collisions link1="crane_x7_gripper_base_link" link2="crane_x7_gripper_finger_a_link" reason="Adjacent" />
<disable_collisions link1="crane_x7_gripper_base_link" link2="crane_x7_gripper_finger_b_link" reason="Adjacent" />
Expand Down
1 change: 0 additions & 1 deletion crane_x7_moveit_config/config/kinematics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ arm:
kinematics_solver: kdl_kinematics_plugin/KDLKinematicsPlugin
kinematics_solver_search_resolution: 0.005
kinematics_solver_timeout: 0.005
kinematics_solver_attempts: 3

0 comments on commit 5578110

Please sign in to comment.