The arm posture changes all the time, when following the fixed ArUco marker
I am using Ubuntu 18.04.6 and ROS melodic.
I use Dobot CR5, a robotic arm simulated by Gazebo. ArUco detect uses the fiducials package.
I made a python file, which will let the end of the arm continue to move to the front of the marker through the moveit commander.
The marker position remains fixed, and when the arm moves to the front, the arm will shake slightly. I think it should be related to the accuracy of ArUco detection.
But sometimes the arm will suddenly rotate and come back in front of the marker. Regarding this question, what part should I adjust?
Attach a link to the video at the time of execution: https://sendvid.com/q3stg8sg
Asked by Gojigu on 2022-03-08 21:26:36 UTC
Answers
After replacing the RRT used by the OMPL preset with a PRM, the problem seems to be solved.
Asked by Gojigu on 2022-03-16 02:54:22 UTC
Comments
Do you have this project somewhere on GitHub? It would be useful for future readers as a point of reference and test of their project
Asked by ljaniec on 2022-03-16 03:46:00 UTC
Use https://github.com/Dobot-Arm/CR_ROS I just modified cr5_moveit/config/ompl_planning.yaml
Modify "default_planner_config: RRT" to "default_planner_config: PRM"
Asked by Gojigu on 2022-03-16 21:31:55 UTC
Comments