Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
carter committed May 21, 2024
1 parent 38c2021 commit bee983b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roslibrust/examples/ros1_service_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ async fn main() -> Result<(), anyhow::Error> {
.init()
.unwrap();

// TODO: for some reason the preceding slash is required for service client (on ros1 native)
// but not for publishers/subscribers
// Not sure exactly why it got built that way and we we should clean it up
let nh = NodeHandle::new("http://localhost:11311", "/service_client_rs").await?;
log::info!("Connected!");

Expand Down

0 comments on commit bee983b

Please sign in to comment.