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 8cb6517 commit 9ee80c6Copy full SHA for 9ee80c6
1 file changed
examples/direct_torque_control.cpp
@@ -74,8 +74,7 @@ int main(int argc, char* argv[])
74
// software versions.
75
{
76
auto robot_version = g_my_robot->getUrDriver()->getVersion();
77
- // ToDo: Increase to 5.23.0 once released
78
- if (robot_version < urcl::VersionInformation::fromString("5.22.0") ||
+ if (robot_version < urcl::VersionInformation::fromString("5.23.0") ||
79
(robot_version.major > 5 && robot_version < urcl::VersionInformation::fromString("10.10.0")))
80
81
URCL_LOG_ERROR("This example requires a robot with at least version 5.23.0 / 10.10.0. Your robot has version %s.",
0 commit comments