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 c85ffa8 commit 06aa48bCopy full SHA for 06aa48b
1 file changed
include/ur_client_library/ur/datatypes.h
@@ -249,12 +249,16 @@ inline std::string robotTypeString(const RobotType& type)
249
return "UR3";
250
case RobotType::UR5:
251
return "UR5";
252
+ case urcl::RobotType::UR8LONG:
253
+ return "UR8_LONG";
254
case RobotType::UR10:
255
return "UR10";
256
case RobotType::UR15:
257
return "UR15";
258
case RobotType::UR16:
259
return "UR16";
260
+ case urcl::RobotType::UR18:
261
+ return "UR18";
262
case RobotType::UR20:
263
return "UR20";
264
case RobotType::UR30:
0 commit comments