We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24270b commit d400328Copy full SHA for d400328
tests/test_ur_driver.cpp
@@ -261,8 +261,8 @@ TEST_F(UrDriverTest, read_error_code)
261
}
262
263
ASSERT_EQ(error_codes.size(), 1);
264
- // Error code description can be found here:
265
- // https://myur.universal-robots.com/manuals/content/SW_5_16/Documentation%20Menu/Error%20Codes/Introduction/C209%20A%20protective%20stop%20was%20triggered%20%28for%20test%20purposes%20only%29
+ // Check whether it is a "A protective stop was triggered"
+ // https://www.universal-robots.com/manuals/EN/HTML/SW5_21/Content/prod-err-codes/topics/CODE_209.html
266
ASSERT_EQ(error_codes.at(0).message_code, 209);
267
ASSERT_EQ(error_codes.at(0).message_argument, 0);
268
0 commit comments