xarm_ros icon indicating copy to clipboard operation
xarm_ros copied to clipboard

Small changes on the color recognition and readme

Open vncprado opened this issue 2 years ago • 3 comments
trafficstars

I just found a small typo on the Python script for color recognition, and I also included instructions in the readme to clone https://github.com/JenniferBuehler/general-message-pkgs which is required by the example.

vncprado avatar Apr 13 '23 23:04 vncprado

@vncprado Thank you very much for your support and suggestions, but the structure of the gripper of Lite6 is different from that of xarm, and it does not support moveit control for the time being, so this example is not applicable to Lite6.

vimior avatar Apr 20 '23 10:04 vimior

@vncprado In addition, cv2.boxPoints is only available in opencv3.0. It was cv2.cv.BoxPoints before. Here it is judged according to the python version. Later we will decide which function to use according to the cv version.

vimior avatar Apr 20 '23 10:04 vimior

Sounds good! Thanks for the feedback.

vncprado avatar Apr 20 '23 11:04 vncprado