xarm_ros2 icon indicating copy to clipboard operation
xarm_ros2 copied to clipboard

Fix lite 6 missing end effector error

Open manadaniel opened this issue 2 years ago • 5 comments
trafficstars

Fixes rviz2 error message "lite6 is missing the end effector"

manadaniel avatar Sep 13 '23 12:09 manadaniel

@manadaniel Thank you for your support and suggestions. Due to the structure of Lite Gripper, moveit control is not supported, so the definition of Lite Gripper has been canceled in its SRDF.

vimior avatar Sep 19 '23 10:09 vimior

@vimior understood. But do I assume correctly that you added lite6 gripper support in commit c8736b5 ? Did not find time to check in detail yet, sorry.

manadaniel avatar Nov 28 '23 20:11 manadaniel

@manadaniel Sorry, this commit did not explain the situation in detail and misled you. The lite gripper control example provided in this commit c8736b5 is not actually the planner part. It only controls the physical lite gripper through some services in xarm_api. It is not related to URDF and moveit. It cannot control changes in the lite gripper model and cannot perform simulation control.

vimior avatar Nov 29 '23 03:11 vimior

What are the missing pieces that would be needed to implement simulation control for lite6 gripper with ROS2/Moveit2?

manadaniel avatar Nov 29 '23 13:11 manadaniel

I think this should still be included in the SRDF if only for collision checking.

aoberai avatar Jan 23 '24 06:01 aoberai