Skip to content

Commit a30a18a

Browse files
realtime box API change
1 parent a88f043 commit a30a18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ur_controllers/src/ur_configuration_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ bool URConfigurationController::getRobotSoftwareVersion(
114114
ur_msgs::srv::GetRobotSoftwareVersion::Response::SharedPtr resp)
115115
{
116116
std::shared_ptr<VersionInformation> temp;
117-
return robot_software_version_.tryGet([resp](const std::shared_ptr<VersionInformation> ptr) {
117+
return robot_software_version_.try_get([resp](const std::shared_ptr<VersionInformation> ptr) {
118118
resp->major = ptr->major;
119119
resp->minor = ptr->minor;
120120
resp->build = ptr->build;

0 commit comments

Comments
 (0)