Skip to content

Commit a88f043

Browse files
Update RealTimeBox
1 parent ca5fb3e commit a88f043

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

ur_controllers/include/ur_controllers/ur_configuration_controller.hpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,10 @@
4141
#ifndef UR_CONTROLLERS__UR_CONFIGURATION_CONTROLLER_HPP_
4242
#define UR_CONTROLLERS__UR_CONFIGURATION_CONTROLLER_HPP_
4343

44-
// TODO(fmauch): Currently, the realtime_box_best_effort doesn't include this
45-
#include <functional>
46-
#include <realtime_tools/realtime_box_best_effort.h> // NOLINT
47-
4844
#include <memory>
4945

5046
#include <controller_interface/controller_interface.hpp>
47+
#include <realtime_tools/realtime_box.h>
5148

5249
#include "ur_msgs/srv/get_robot_software_version.hpp"
5350
#include "ur_configuration_controller_parameters.hpp"
@@ -88,7 +85,7 @@ class URConfigurationController : public controller_interface::ControllerInterfa
8885
CallbackReturn on_init() override;
8986

9087
private:
91-
realtime_tools::RealtimeBoxBestEffort<std::shared_ptr<VersionInformation>> robot_software_version_{
88+
realtime_tools::RealtimeBox<std::shared_ptr<VersionInformation>> robot_software_version_{
9289
std::make_shared<VersionInformation>()
9390
};
9491

0 commit comments

Comments
 (0)