From 212281d22be496600bb863c892dd3f4492ca1830 Mon Sep 17 00:00:00 2001 From: "Pasch, Frederik" Date: Mon, 1 Jul 2019 12:56:42 +0200 Subject: [PATCH] Update readme --- Docs/configuring_the_simulation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/configuring_the_simulation.md b/Docs/configuring_the_simulation.md index 3312cc2c5..4fd1b2390 100644 --- a/Docs/configuring_the_simulation.md +++ b/Docs/configuring_the_simulation.md @@ -139,7 +139,7 @@ camera.listen(image_queue.put) while True: world.tick() - timestamp = world.wait_for_tick() + world_snapshot = world.wait_for_tick() image = image_queue.get() ```