Skip to content

Commit 06aa48b

Browse files
committed
Add missing robot types to string conversion
1 parent c85ffa8 commit 06aa48b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

include/ur_client_library/ur/datatypes.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,12 +249,16 @@ inline std::string robotTypeString(const RobotType& type)
249249
return "UR3";
250250
case RobotType::UR5:
251251
return "UR5";
252+
case urcl::RobotType::UR8LONG:
253+
return "UR8_LONG";
252254
case RobotType::UR10:
253255
return "UR10";
254256
case RobotType::UR15:
255257
return "UR15";
256258
case RobotType::UR16:
257259
return "UR16";
260+
case urcl::RobotType::UR18:
261+
return "UR18";
258262
case RobotType::UR20:
259263
return "UR20";
260264
case RobotType::UR30:

0 commit comments

Comments
 (0)