Skip to content

Commit

Permalink
Be clear about which controller reported a problem
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn authored Sep 30, 2021
1 parent 0eeb23f commit 98b6c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion industrial_robot_client/src/joint_trajectory_action.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ std::string describeRobotStatusMsg(industrial_msgs::RobotStatusConstPtr& msg, bo
if (utils::tri_state::isOn(msg->e_stopped, unknown_is_on))
{
ss.clear();
ss << "controller reported e-stop";
ss << "robot controller reported e-stop";
}
// some (generic ?) other error
else if (msg->error_code != 0 || utils::tri_state::isOn(msg->in_error, unknown_is_on))
Expand Down

0 comments on commit 98b6c7b

Please sign in to comment.