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

MoveIt arm_navigation_msgs compatible, how to port?

asked 2014-06-27 05:31:08 -0500

matheusz gravatar image

updated 2014-06-29 00:53:08 -0500

fergs gravatar image

I'm new to ROS so this is perhaps a newbie question, sorry about that.

I'm trying to connect our kuka 850 to ROS, and came across a third party stack on git (cant post link yet, here is with spaces inserted) https://github.com/uobirlab/kuka .

The manifest lists arm_navigation_msgs as a dependency, but wiki says this is deprecated and to use MoveIt instead. My options are then to try and build the stack as is, or port it to MoveIt.

  1. Is arm_navigation_msgs compatible with MoveIt? If I build it with for example the arm_navigation source on git would it work with MoveIt? Or should I just install Fuerte to run this?

  2. What would normally have to be changed to port this to MoveIt, can you give me some hints where to look?

Currently running ROS Hydro Medusa on Ubuntu 13.04.

edit retag flag offensive close merge delete

Comments

Post the link with some spaces in it -- I can make it a link for you.

fergs gravatar image fergs  ( 2014-06-27 17:32:48 -0500 )edit

Added link, thanks!

matheusz gravatar image matheusz  ( 2014-06-28 14:15:53 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-06-27 17:34:15 -0500

fergs gravatar image

MoveIt completely replaces arm_navigation, and there is no bridge between the two. Moveit does have a setup assistant that makes it easy to generate most of the required configuration once you have a URDF for the robot (the controller stuff is not generated automatically, but the moveit google mailing list has some examples).

edit flag offensive delete link more

Comments

Thanks for that info! There is a URDF file included which hopefully works. Looks like I will test it first on Fuerte and later rewrite it completely for MoveIt in Hydro.

matheusz gravatar image matheusz  ( 2014-06-28 14:15:41 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-06-27 05:31:08 -0500

Seen: 175 times

Last updated: Jun 29 '14