Skip to content

Commit 512ed70

Browse files
wmmc88destogl
authored andcommitted
fix get_update_rate visibility in windows (ros-controls#586)
1 parent d857fcb commit 512ed70

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

controller_interface/include/controller_interface/controller_interface.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ class ControllerInterface : public rclcpp_lifecycle::node_interfaces::LifecycleN
148148
CONTROLLER_INTERFACE_PUBLIC
149149
const rclcpp_lifecycle::State & get_state() const;
150150

151+
CONTROLLER_INTERFACE_PUBLIC
151152
unsigned int get_update_rate() const;
152153

153154
protected:

controller_manager/include/controller_manager/controller_manager.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ class ControllerManager : public rclcpp::Node
150150
// rclcpp::CallbackGroup::SharedPtr deterministic_callback_group_;
151151

152152
// Per controller update rate support
153+
CONTROLLER_MANAGER_PUBLIC
153154
unsigned int get_update_rate() const;
154155

155156
protected:

0 commit comments

Comments
 (0)