Is there any "official" rust ros lib?
I have found few and seems most of them have no recent commits:
- https://github.com/ros2-rust/ros2_rust
- https://github.com/rclrust/rclrust
- https://github.com/sequenceplanner/r2r
Are there any "official" rust client lib for ros2?
No more official than any of the others, but does have recent commits: https://github.com/jhelovuo/RustDDS
Without looking too deeply ros2_rust seems the most official, has multiple contributors, and the last commits in November isn't that old.