Skip to content

Commit

Permalink
use subscribe_any roslibrust for consistency with other crates
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Sep 11, 2024
1 parent a8d9fc6 commit c7b6ade
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions tf_roslibrust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,23 @@ tokio = "1.38.0"
toml = "0.8.19"

[dependencies.roslibrust]
git = "https://github.com/Carter12s/roslibrust.git"
branch = "master"
# version = "0.10.2"
# rev = "a1eb5a875906a26aa172a7465dd018858d191665"
# branch = "time_ops"
git = "https://github.com/lucasw/roslibrust"
branch = "subscribe_any"
# path = "../../roslibrust/roslibrust"
# version="0.10.2"
features = ["ros1"]

[dependencies.roslibrust_codegen]
git = "https://github.com/Carter12s/roslibrust.git"
branch = "master"
# version = "0.10"
# rev = "a1eb5a875906a26aa172a7465dd018858d191665"
# branch = "time_ops"
git = "https://github.com/lucasw/roslibrust"
branch = "subscribe_any"
# path = "../../roslibrust/roslibrust_codegen"
# version="0.10"

[dependencies.roslibrust_codegen_macro]
git = "https://github.com/Carter12s/roslibrust.git"
branch = "master"
# version = "0.10"
# git = "https://github.com/lucasw/roslibrust.git"
# rev = "a1eb5a875906a26aa172a7465dd018858d191665"
# branch = "time_ops"
git = "https://github.com/lucasw/roslibrust"
branch = "subscribe_any"
# path = "../../roslibrust/roslibrust_codegen_macro"
# version="0.10"

[[bin]]
name = "tf_tree"
Expand Down

0 comments on commit c7b6ade

Please sign in to comment.