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

planning_environment_msgs in electric

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

seanarm gravatar image

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 merge delete

2 Answers

Sort by ยป oldest newest most voted
3

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

egiljones gravatar image

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 link more
0

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

fergs gravatar image

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

edit flag offensive delete link more

Question Tools

Stats

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

Seen: 410 times

Last updated: Jan 04 '12