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

Cannot find out arm_control_msgs

asked 2014-08-12 03:09:56 -0500

abcgarden gravatar image

I am using ROS groovy on Ubuntu precise. Recently I am trying to convert a code which works on Diamondback to Groovy. But the problem is that some files used to be available in Diamondback now does not exist in Groovy. For example, when I look at file "regression_test_pose_goal_floorobj.cpp" located at "/opt/ros/groovy/stacks/arm_navigation/move_arm/test/regression_test_pose_goal_floorobj.cpp ", it has "#include <arm_control_msgs/TrajectoryStart.h>" but I cannot find TrajectoryStart.h, even worse, I cannot find out any folder or file named arm_control_msgs in the root directory of groovy. When I search for the dos of packages of Diamondback and Electric, I cannot find out anything similar to arm_control_msgs. So :

  1. anyone can help me find out where "arm_control_msgs" is?
  2. Or tell me what kind of changes have been made to this file(or package?) in Groovy so that I cannot include the new version of header file in my program or make some changes to my program.
edit retag flag offensive close merge delete

Comments

Did you create this cpp file in this path?

BennyRe gravatar image BennyRe  ( 2014-08-12 03:35:46 -0500 )edit

Do you mean the "regression_test_pose_goal_floorobj.cpp"? No, I don't create it; it comes with the groovy distro. @BennyRe

abcgarden gravatar image abcgarden  ( 2014-08-12 12:43:47 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-08-12 04:12:22 -0500

Ugo gravatar image

If I'm not mistaken this has now been replaced by moveit. It should be easy enough to migrate to use moveit, there are extensive tutorials on their website.

Hope this helps.

edit flag offensive delete link more

Comments

Does it mean that I have to re-write a new code using Moveit! or I can use the Moveit! substitute header files(messages)?

abcgarden gravatar image abcgarden  ( 2014-08-12 12:45:35 -0500 )edit

You'll have at least to integrate your robot with moveit (if it's not done already by someone else). Then it shouldn't too much trouble to adapt your code (just changing the message type might work, not exactly sure of what you're doing).

Ugo gravatar image Ugo  ( 2014-08-13 02:24:13 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-08-12 03:09:56 -0500

Seen: 107 times

Last updated: Aug 12 '14