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 4efcd4c commit 87ad70cCopy full SHA for 87ad70c
realtime_tools/doc/realtime_publisher.rst
@@ -10,7 +10,7 @@ The ``realtime_tools::RealtimePublisher`` allows users that write C++ ros2_contr
10
{
11
...
12
private:
13
- std::shared_ptr<realtime_tools::RealtimePublisher<my_msgs::msg::MyMsg>> state_publisher_;
+ std::unique_ptr<realtime_tools::RealtimePublisher<my_msgs::msg::MyMsg>> state_publisher_;
14
std::shared_ptr<rclcpp::Publisher<my_msgs::msg::MyMsg>> s_publisher_;
15
my_msgs::msg::MyMsg some_msg_;
16
}
0 commit comments