Skip to content

Commit 956bd40

Browse files
authored
Add README files for rclrs and rosidl_runtime_rs (#273)
These files will be shown by crates.io.
1 parent f51ea11 commit 956bd40

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

rclrs/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# ROS 2 client library for Rust
2+
3+
ROS 2 is a popular open source robotics framework, used in a variety of fields (self-driving cars, drones, humanoid robots, etc.). `rclrs` is a library for writing robotics applications in Rust that integrate with ROS 2.
4+
5+
Please see the docs in the [`ros2_rust` repo](https://github.com/ros2-rust/ros2_rust).

rosidl_runtime_rs/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Common types and traits for ROS 2 messages in Rust
2+
3+
ROS 2 is a popular open source robotics framework, used in a variety of fields (self-driving cars, drones, humanoid robots, etc.). `rosidl_runtime_rs` is a library that is mainly used by generated code for ROS 2 messages.
4+
5+
Please see the docs in the [`ros2_rust` repo](https://github.com/ros2-rust/ros2_rust).

0 commit comments

Comments
 (0)