Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.5 KB

File metadata and controls

36 lines (23 loc) · 1.5 KB

zenoh-ros-type

Common Rust struct for ROS 2 messages used by Zenoh.

We can communicate to the ROS application behind zenoh-bridge-ros2dds with Zenoh Rust API.

The library supports the following message type:

Not all of them have been added. Feel free to contribute it.

Examples

You can check the examples folder for the basic usage.

Also, there are some examples for how to use zenoh-ros-type in your application.

For developers

  • Install pre-commit hook
pre-commit install --install-hooks