ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

In the end, I fixed my issue by using method 2. After changing the urdf and srdf files of panda_moveit_config and franka_ros packages as was suggested by @gvdhoorn, I was able to plan for the gripper_center. The changes I made can be found on the following branches:

In the end, I fixed my issue by using method 2. After changing the urdf and srdf files of panda_moveit_config and franka_ros packages as was suggested by @gvdhoorn, I was able to plan for the gripper_center. The changes I made can be found on the following branches:

In the end, I fixed my issue by using method 2. After changing the urdf and srdf files of panda_moveit_config and franka_ros packages as was suggested by @gvdhoorn, I was able to plan for the gripper_center. The changes I made can be found on the following branches:

In the end, I fixed my issue by using method 2. After changing the urdf and srdf files of panda_moveit_config and franka_ros packages as was suggested by @gvdhoorn, I was able to plan for the gripper_center. The changes I made can be found on the following branches:

In the end, I fixed my issue by using method 2. After changing the urdf and srdf files of panda_moveit_config and franka_ros packages as was suggested by @gvdhoorn, I was able to plan for the gripper_center. The changes I made can be found on the following branches:

With these changes one can now control the gripper relative to the end effector by setting the move_group end effector link to panda_gripper_center.

self.move_group = self.robot.get_group("panda_arm") self.move_group.set_end_effector_link("panda_gripper_center")

In the end, I fixed my issue by using method 2. After changing the urdf and srdf files of panda_moveit_config and franka_ros packages as was suggested by @gvdhoorn, I was able to plan for the gripper_center. The changes I made can be found on the following branches:

With these changes one can now control the gripper relative to the end effector by setting the move_group end effector link to panda_gripper_center.

python self.move_group = self.robot.get_group("panda_arm") self.move_group.set_end_effector_link("panda_gripper_center")

In the end, I fixed my issue by using method 2. After changing the urdf and srdf files of panda_moveit_config and franka_ros packages as was suggested by @gvdhoorn, I was able to plan for the gripper_center. The changes I made can be found on the following branches:

With these changes one can now control the gripper relative to the end effector by setting the move_group end effector link to panda_gripper_center.

python self.move_group move_group = self.robot.get_group("panda_arm") self.move_group.set_end_effector_link("panda_gripper_center") move_group.set_end_effector_link("panda_gripper_center")

In the end, I fixed my issue by using method 2. After changing the urdf and srdf files of panda_moveit_config and franka_ros packages as was suggested by @gvdhoorn, I was able to plan for the gripper_center. The changes I made can be found on the following branches:

With these changes one can now control the gripper relative to the end effector by setting the move_group end effector link to panda_gripper_center.

 move_group = self.robot.get_group("panda_arm")
move_group.set_end_effector_link("panda_gripper_center")