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

The arm posture changes all the time, when following the fixed ArUco marker

asked 2022-03-08 20:26:36 -0500

Gojigu gravatar image

updated 2022-03-10 02:56:11 -0500

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

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-03-16 02:54:22 -0500

Gojigu gravatar image

After replacing the RRT used by the OMPL preset with a PRM, the problem seems to be solved.

edit flag offensive delete link more

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

ljaniec gravatar image ljaniec  ( 2022-03-16 03:46:00 -0500 )edit
1

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"

Gojigu gravatar image Gojigu  ( 2022-03-16 21:31:55 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2022-03-08 20:26:36 -0500

Seen: 74 times

Last updated: Mar 16 '22