Skip to content

Commit e9b42c4

Browse files
authored
chore: tidy up
1 parent 14ec365 commit e9b42c4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ros-z/examples/z_pubsub.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ use ros_z::{
77
use ros_z_msgs::std_msgs::String as RosString;
88

99
async fn run_subscriber(ctx: ZContext, topic: String) -> Result<()> {
10-
// let ctx = ZContextBuilder::default().build()?;
1110
let node = ctx.create_node("Sub").build()?;
1211
let zsub = node.create_sub::<RosString>(&topic).build()?;
1312
while let Ok(msg) = zsub.async_recv().await {

0 commit comments

Comments
 (0)