From aea0eac930cd095fe08bccf0ab130a903822f686 Mon Sep 17 00:00:00 2001 From: Sergi Hernandez <shernand@iri.upc.edu> Date: Mon, 15 Jun 2020 13:11:53 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3429d11..280a22c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ An example road image can be download from [here](https://drive.google.com/file/ To generate new road images, follow the next steps: * Create a new road or edit an existing one using the [OpenRoadEd](https://gitlab.iri.upc.edu/mobile_robotics/adc/openroaded) tool. See the documentation on this link for more information. -* Create a screenshot of the desired road. +* Create an image of the desired road using the take screenshot tool of the OpenRoadEd application. * The screenshot is created as a 7000x7000 pixel image with a default resolution of 72 ppi (pixel per inch). Because of this fact, no matter what is the actual size of the real road, the screenshot equivalent size will be different. To *resize* the original image it is necessary to modify its ppi. To do so, compute the new ppi with the following equation, where *39.27* is the conversion from meters to inches: <img align="center" src="docs/images/ppi_conv.gif" alt="Equation to compute the required ppi of the image" width="201" height="42"> -- GitLab