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 8f564d6 commit d572918Copy full SHA for d572918
rclrs/src/node.rs
@@ -690,7 +690,6 @@ impl NodeState {
690
/// # use rclrs::vendor::test_msgs;
691
/// # let executor = Context::default().create_basic_executor();
692
/// # let node = executor.create_node("my_node").unwrap();
693
- /// # The following line of code is only needed for rclrs internal purposes,
694
/// let subscription = node.create_subscription(
695
/// "my_topic"
696
/// .keep_last(100)
0 commit comments