From b5f008a71d2d72ea69451647ae233cf7a55686bf Mon Sep 17 00:00:00 2001 From: stelzo Date: Mon, 25 Mar 2024 13:05:51 +0100 Subject: [PATCH] no feature needed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index beea2b2..4099249 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ ros_pointcloud2 = { version = "*", features = ["r2r_msg"]} For `rclrs_msg`, features do not work properly because of the way it generates the messages. You need to use tags instead: ```toml [dependencies] -ros_pointcloud2 = { git = "https://github.com/stelzo/ros_pointcloud2", tag = "v0.3.2_rclrs", features = ["rclrs_msg"] } +ros_pointcloud2 = { git = "https://github.com/stelzo/ros_pointcloud2", tag = "v0.3.2_rclrs" } ``` Please open an issue or PR if you want to see support for other crates.