Skip to content

Commit

Permalink
getting there...
Browse files Browse the repository at this point in the history
  • Loading branch information
endre90 committed Mar 27, 2022
1 parent 775317a commit 00b2039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_robot_simulator/src/simple_robot_simulator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
});

// a client that asks a tf lookup service for transformations between frames in the tf tree
let tf_lookup_client = node.create_client::<LookupTransform::Service>("tf_lookup")?;
let tf_lookup_client = node.create_client::<LookupTransform::Service>("lookup_transform")?;
let waiting_for_tf_lookup_server = node.is_available(&tf_lookup_client)?;

// keep the node alive
Expand Down

0 comments on commit 00b2039

Please sign in to comment.