From 79457a6e76e8c1c6f0152f13e160558f42a228c9 Mon Sep 17 00:00:00 2001 From: sergi-e Date: Thu, 24 Sep 2020 13:21:52 +0200 Subject: [PATCH] New iteration on Ja comments --- Docs/python_api.md | 4 +--- Docs/tuto_G_openstreetmap.md | 2 +- PythonAPI/docs/client.yml | 4 +--- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Docs/python_api.md b/Docs/python_api.md index a8f791228..832e3d3f4 100644 --- a/Docs/python_api.md +++ b/Docs/python_api.md @@ -2037,11 +2037,9 @@ With hybrid physics on, changes the radius of the area of influence where physic - **Parameters:** - `r` (_float – meters_) – New radius where physics are enabled. - **set_osm_mode**(**self**, **mode_switch**=True) -Enables or disables the OSM mode. This mode allows the user to run TM in a map created with the [OSM feature](tuto_G_openstreetmap.md). These maps allow having dead-end streets. Normally, if vehicles cannot find the next waypoint, TM crashes. Now it throws an exception, warning the user to activate set_osm_mode and then stops. +Enables or disables the OSM mode. This mode allows the user to run TM in a map created with the [OSM feature](tuto_G_openstreetmap.md). These maps allow having dead-end streets. Normally, if vehicles cannot find the next waypoint, TM crashes. If OSM mode is enabled, it will show a warning, and destroy vehicles when necessary. - **Parameters:** - `mode_switch` (_bool_) – If __True__, the OSM mode is enabled. - - **Note:** _The argument `--osm` in `PythonAPI/examples/spawn_npc.py` makes use of this method to enable OSM mode. -_ --- diff --git a/Docs/tuto_G_openstreetmap.md b/Docs/tuto_G_openstreetmap.md index bd3acc362..eb6a4d9a9 100644 --- a/Docs/tuto_G_openstreetmap.md +++ b/Docs/tuto_G_openstreetmap.md @@ -101,7 +101,7 @@ Either way, the map should be ingested automatically in CARLA and the result sho
Outcome of the CARLA map generation using OpenStreetMap.
!!! Warning - The roads generated end abruptly in the borders of the map. This will cause the TM to crash when vehicles are not able to find the next waypoint. Use [set_osm_mode()](python_api.md#carlatrafficmanager) or directly the `--osm` argument in `PythonAPI/examples/spawn_npc.py` to enable de OSM mode. This will destroy the vehicles when no next waypoint is found. + The roads generated end abruptly in the borders of the map. This will cause the TM to crash when vehicles are not able to find the next waypoint. To avoid this, the OSM mode is set to __True__ by default ([set_osm_mode()](python_api.md#carlatrafficmanager)). This will show a warning, and destroy vehicles when necessary. --- diff --git a/PythonAPI/docs/client.yml b/PythonAPI/docs/client.yml index 6af03c766..4b9c12861 100644 --- a/PythonAPI/docs/client.yml +++ b/PythonAPI/docs/client.yml @@ -450,10 +450,8 @@ default: true doc: > If __True__, the OSM mode is enabled. - note: > - The argument `--osm` in `PythonAPI/examples/spawn_npc.py` makes use of this method to enable OSM mode. doc: > - Enables or disables the OSM mode. This mode allows the user to run TM in a map created with the [OSM feature](tuto_G_openstreetmap.md). These maps allow having dead-end streets. Normally, if vehicles cannot find the next waypoint, TM crashes. Now it throws an exception, warning the user to activate set_osm_mode and then stops. + Enables or disables the OSM mode. This mode allows the user to run TM in a map created with the [OSM feature](tuto_G_openstreetmap.md). These maps allow having dead-end streets. Normally, if vehicles cannot find the next waypoint, TM crashes. If OSM mode is enabled, it will show a warning, and destroy vehicles when necessary. # -------------------------------------- - class_name: OpendriveGenerationParameters