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 c3cde5a commit dbf90f4Copy full SHA for dbf90f4
1 file changed
include/ur_client_library/ur/datatypes.h
@@ -242,15 +242,15 @@ inline std::string robotTypeString(const RobotType& type)
242
return "UR3";
243
case RobotType::UR5:
244
return "UR5";
245
- case urcl::RobotType::UR8LONG:
+ case RobotType::UR8LONG:
246
return "UR8_LONG";
247
case RobotType::UR10:
248
return "UR10";
249
case RobotType::UR15:
250
return "UR15";
251
case RobotType::UR16:
252
return "UR16";
253
- case urcl::RobotType::UR18:
+ case RobotType::UR18:
254
return "UR18";
255
case RobotType::UR20:
256
return "UR20";
0 commit comments