Ask Your Question
1

planning_environment_msgs in electric

asked 2012-01-04 08:21:16 -0500

seanarm gravatar image seanarm
563 16 25 38
http://writingonthewallap...

The planning_environment page, regarding electric, states, "A number of changes have been made to the planning_environment. Details to follow, but much of the information on diamondback no longer holds."

Where are planning_environment_msgs now kept? Particularly, what replaced the message and service, get_joints_in_group (planning_environment_msgs/GetJointsInGroup)?

edit retag flag offensive close delete

2 Answers

Sort by ยป oldest newest most voted
3

answered 2012-01-04 12:41:09 -0500

egiljones gravatar image egiljones
1976 3 17 36

This service was removed for performance reasons - you can this information (and a whole bunch of other useful functions) from the C++ planning_environment interface using this code:

#include <planning_environment/models/collision_models.h>

      planning_environment::CollisionModels collision_models("robot_description");
      std::vector<std::string> joint_names = collision_models->getKinematicModel()->getModelGroup(GROUP_NAME)->getJointModelNames();
edit flag offensive delete publish link more
0

answered 2012-01-04 10:42:22 -0500

fergs gravatar image fergs
5478 22 52 88
http://www.showusyoursens...

Most messages that are still in use have ended up in the arm_navigation_msgs package.

edit flag offensive delete publish link more

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2012-01-04 08:21:16 -0500

Seen: 110 times

Last updated: Jan 04 '12