You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing an error message when I try to point the head in some cases, and I'd like to see where it's coming from. Can this message be made more informative:
I'm seeing an error message when I try to point the head in some cases, and I'd like to see where it's coming from. Can this message be made more informative:
pr2_head_action/src/pr2_point_frame.cpp:265
{{{
if(traj_state.response.name.size() != joints)
{
ROS_ERROR("Number of joints mismatch: urdf chain vs. trajectory controller state.");
gh.setRejected();
return;
}
std::vectorurdf::JointLimits limits_(joints);
}}}
Specifically, can we add:
trac data:
The text was updated successfully, but these errors were encountered: