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

Revision history [back]

click to hide/show revision 1
initial version

The line nh_.getParam("ur_arm", move_group_name); looks up the parameter ur_arm on the rosparam server. Is that parameter defined? It sounds like what you wanted to do is move_group_name = "ur_arm"; instead.