We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03d5e6 commit 7f8ac88Copy full SHA for 7f8ac88
rclrs/dynamic_pub_sub/Cargo.toml
@@ -7,5 +7,5 @@ edition = "2021"
7
8
[dependencies]
9
# TODO(luca) change this to the correct version once dynamic message support is released on crates.io
10
-rclrs = { version = "0.4", features = ["dyn_msg"] }
+rclrs = { git = "https://github.com/luca-della-vedova/ros2_rust", branch = "dynamic_messages" }
11
anyhow = {version = "1", features = ["backtrace"]}
0 commit comments