Skip to content

Commit d400328

Browse files
committed
Change link to error code documentation
1 parent e24270b commit d400328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_ur_driver.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ TEST_F(UrDriverTest, read_error_code)
261261
}
262262

263263
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
264+
// Check whether it is a "A protective stop was triggered"
265+
// https://www.universal-robots.com/manuals/EN/HTML/SW5_21/Content/prod-err-codes/topics/CODE_209.html
266266
ASSERT_EQ(error_codes.at(0).message_code, 209);
267267
ASSERT_EQ(error_codes.at(0).message_argument, 0);
268268

0 commit comments

Comments
 (0)