Skip to content

Commit dbf90f4

Browse files
committed
Use unqualified enum type
1 parent c3cde5a commit dbf90f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/ur_client_library/ur/datatypes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,15 +242,15 @@ inline std::string robotTypeString(const RobotType& type)
242242
return "UR3";
243243
case RobotType::UR5:
244244
return "UR5";
245-
case urcl::RobotType::UR8LONG:
245+
case RobotType::UR8LONG:
246246
return "UR8_LONG";
247247
case RobotType::UR10:
248248
return "UR10";
249249
case RobotType::UR15:
250250
return "UR15";
251251
case RobotType::UR16:
252252
return "UR16";
253-
case urcl::RobotType::UR18:
253+
case RobotType::UR18:
254254
return "UR18";
255255
case RobotType::UR20:
256256
return "UR20";

0 commit comments

Comments
 (0)