Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.43 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.43 KB

zenoh-ros-type-python

The repository contains common class for ROS 2 messages used by Zenoh.

The messages come from:

Usage

You can download the packages via PyPI.

python3 -m pip install zenoh-ros-type

Examples

You can check the examples folder for the basic usage. Also, there are some examples for how to use zenoh-ros-type-python in your application.

  • zenoh_autoware_fms: Fleet management system prototype of Autoware based on Zenoh.
  • zenoh_autoware_v2x: Integrate the autonomous system between multiple vehicles and the traffic light manager with zenoh.

For developers

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