diff --git a/examples/direct_torque_control.cpp b/examples/direct_torque_control.cpp index f8c789e9..f50ce4cb 100644 --- a/examples/direct_torque_control.cpp +++ b/examples/direct_torque_control.cpp @@ -74,8 +74,7 @@ int main(int argc, char* argv[]) // software versions. { auto robot_version = g_my_robot->getUrDriver()->getVersion(); - // ToDo: Increase to 5.23.0 once released - if (robot_version < urcl::VersionInformation::fromString("5.22.0") || + if (robot_version < urcl::VersionInformation::fromString("5.23.0") || (robot_version.major > 5 && robot_version < urcl::VersionInformation::fromString("10.10.0"))) { URCL_LOG_ERROR("This example requires a robot with at least version 5.23.0 / 10.10.0. Your robot has version %s.",