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

using arm_navigation_msgs/GetMotionPlan: what setup/nodes are required to receive trajectories programatically

asked 2013-03-13 15:25:50 -0500

updated 2014-01-28 17:15:40 -0500

ngrennan gravatar image

I've been following the ompl tutorials listed here and it all seems fairly straightforward except that it doesn't seem that having the ompl_planning node alone would be sufficient to generate the trajectory required.

I've completed the warehouse viewer example for my robot and I'd like to use the solutions that it shows within my own nodes (without the graphical visualisation) using the MotionPlanRequest interface of the GetMotionPlan.srv

What other nodes are required to allow the ompl_planning node to generate a path. (Just the bare bones, not much collision checking except for self collision). I think the nodes listed in the X_arm_navigation.launch may be required but I dont want to overcomplicate things at this stage.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-03-18 00:01:30 -0500

Adolfo Rodriguez T gravatar image

You would also need to setup an environment_server (package planning_environment), for keeping track of the robot state. If you're only interested in self-collision checking, make sure that the use_collision_map parameter is set to false.

If you plan on specifying task-space goal configurations, you should also set up an inverse kinematics service/plugin.

Depending on which planners you use, the output might not be a smooth motion, nor properly parameterized in time. Trajectory filters (smoothers, shortcutters) come in handy for this. Of course, once you bundle OMPL + environment_server + IK + tajectory_filters, you have thrown most of arm_navigation in, which is what you're trying to avoid. At any rate, I hope this post helps at least to determine what functionalities won't be available in minimal setups.

edit flag offensive delete link more

Comments

Thanks Aldolfo, having most of the arm_navigation_stack going is where I'm at now. Followed a few of your previous questions to get there. I been able to call the ompl_planning service but haven't been able to successfully get a response. I've a few related other questions I'd appreciate your help

PeterMilani gravatar image PeterMilani  ( 2013-03-18 04:41:27 -0500 )edit

Question Tools

Stats

Asked: 2013-03-13 15:25:50 -0500

Seen: 798 times

Last updated: Mar 18 '13