Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/better_tutorial' into better_tut…
Browse files Browse the repository at this point in the history
…orial
  • Loading branch information
GueLaKais committed Jun 26, 2024
2 parents 5035964 + 928122c commit 1515da7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/writing_a_simple_publisher_and_subscriber.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ In this tutorial you will create a pair of
Since Rust doesn't have inheritance, it's not possible to inherit from `Node` as is common practice in [`rclcpp`](https://docs.ros.org/en/humble/Tutorials/Beginner-Client-Libraries/Writing-A-Simple-Cpp-Publisher-And-Subscriber.html) or [`rclpy`](https://docs.ros.org/en/humble/Tutorials/Beginner-Client-Libraries/Writing-A-Simple-Py-Publisher-And-Subscriber.html).

The code used in these examples can be found [here](https://github.com/ros2-rust/ros2_rust/tree/main/examples/rust_pubsub)

<div style="margin-left:20px;">
<details><summary>Side-note on dependencies</summary>

Expand Down

0 comments on commit 1515da7

Please sign in to comment.