ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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();