From e4e535bca3425cc385ea21e7352ba3b4023cc6f3 Mon Sep 17 00:00:00 2001 From: supitalp Date: Mon, 16 Sep 2019 14:41:05 +0200 Subject: [PATCH] Updated Simulating events from a video (markdown) --- Simulating-events-from-a-video.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Simulating-events-from-a-video.md b/Simulating-events-from-a-video.md index 1d7a85d..941aceb 100644 --- a/Simulating-events-from-a-video.md +++ b/Simulating-events-from-a-video.md @@ -63,7 +63,7 @@ rosrun esim_ros esim_node \ --use_log_image=1 \ --log_eps=0.1 \ --contrast_threshold_pos=0.15 \ - --contrast_threshold_neg=0.15 \ + --contrast_threshold_neg=0.15 ``` If you get an error message: `Could not find ROS master`, open a new terminal, and start a `roscore` as follows: `roscore`.