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

Trajectory Planning not working reliably

asked 2017-05-08 06:37:52 -0500

David_111 gravatar image

updated 2017-05-23 07:50:25 -0500

I've been trying to get the Trac-IK to work, since the default solver didn't work very well for me. But now that I'm using Trac-IK, there is no real improvement. It only finds a solution 1 in 5 times, and takes up to more than a second to find the solution. This differs alot from the values given on Trac-IK for 6-DOF arms.

So I suppose i have some issue with my robot, but I'm unable to spot it. My setup is fairly simple: a robot on a table with a simple gripper.

I can't figure out what i'm doing wrong. I'm 100% sure, that there must be a possible solution to the planning problem, but my move_group keeps on crashing!

Any Idea what could be a possible problem? maybe joint-limits?

Edit: Also, when planning fails, the move_group process dies quite frequently...

Edit 2: today i tried the IK-Fast plugin, which is unfortunately also unable to plan paths for my robot.

Can anyone give me a hint for where to look for problems in my robot setup? I've uploaded the moveit_config with urdf files here

Edit 3: I have opened an issue on schunk_modular_robotics.

edit retag flag offensive close merge delete

Comments

I think it'd be good if you could describe what setup you have. I see LWA 4p in your tags, so I'm guessing you have a 6-dof manipulator. Barring any really weird kinematic structures, that should work well with Trac-IK. Can you perhaps make your MoveIt cfg pkgs available?

gvdhoorn gravatar image gvdhoorn  ( 2017-05-15 09:43:15 -0500 )edit

I uploaded the MoveIt config here. Do you need anything else?

David_111 gravatar image David_111  ( 2017-05-16 06:39:40 -0500 )edit

I can't download your package: google drive complains that it can't zip all files, and I'm not going to download them all separately.

gvdhoorn gravatar image gvdhoorn  ( 2017-05-22 14:03:47 -0500 )edit

Also: without your item_workcell package I can't really test this, as I can't actually start your moveit config.

gvdhoorn gravatar image gvdhoorn  ( 2017-05-22 14:06:34 -0500 )edit

I've quickly tested your configuration: in general I would suggest adding explicit collision geometry to everything.

As to your planning problems: even with just the robot in isolation moveit seems to have trouble finding successful plans. I can't comment on whether that is due to joint limits ..

gvdhoorn gravatar image gvdhoorn  ( 2017-05-23 04:54:26 -0500 )edit

.. but I doubt it has anything to do with the specific IK plugin you're using.

As to move_group crashing: I've not seen that at all, but I've only used demo.launch and the RViz plugin.

You might want to post an issue on the schunk_modular_robotics issue tracker to see whether other users ..

gvdhoorn gravatar image gvdhoorn  ( 2017-05-23 04:55:50 -0500 )edit

.. have trouble with MoveIt and this particular robot.

For crashes, always make sure that you don't have any partial upgrades of ROS (ie: oustanding upgrades of specific packages), and that you rebuild your workspace after every upgrade of packages.

gvdhoorn gravatar image gvdhoorn  ( 2017-05-23 04:57:12 -0500 )edit

Just remembered btw: it looks like this robot is able to rotate its joints such that it rotates into itself. That can lead to problems, as motion planners will have to figure out how to 'cross the gap' going from one half of the allowed joint rotation limit to the other. I'm not sure whether that ..

gvdhoorn gravatar image gvdhoorn  ( 2017-05-23 04:59:32 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-05-23 07:49:18 -0500

David_111 gravatar image

For now adjusting the joint limits did the trick... almost.

Working with these Joint Limits ..

  • Joint: 1 -2.9 2.9
  • Joint: 2 -2.9 2.9
  • Joint: 3 -2.7 2.7
  • Joint: 4 -2.9 2.9
  • Joint: 5 -2.9 2.9
  • Joint: 6 -2.9 2.9

... greatly improved the rate of succesful motion plans. Thanks @gvdhoorn!

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-05-08 06:37:52 -0500

Seen: 652 times

Last updated: May 23 '17