Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] [From: External] Re: Close the part of the lane for construction
  • From: "Desai, Rohit (VWoA-ECC)" <Rohit.Desai@xxxxxx>
  • Date: Thu, 6 Jul 2023 18:42:35 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=vw.com; dmarc=pass action=none header.from=vw.com; dkim=pass header.d=vw.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=EYusYGhjkfN0N8btnxkPLjG/90SzOQJrMLig0z14Vi0=; b=kGUzG0DkiRPjBKr38mcMW8IUj03RnB1fd2W3hM2E9vvHYtLHZW62iO/SrrpkUQYJWga8G50SBC4SjFpjVWx8CLHKv+kwskbUW8rLg5wNxSYHnVPyM+nYZrgHOOfSK96APierIXjSUp+cIhG632e2ivmUBlIsmVMbE6dlhwO++XVCjnbcWmSdHBynEm2fay/a3uUI6RZtGneORj3yFVAFmJcWhqltg9yJ4jTL4uJCgLC+Am/UraBduiFnvQO03YWgMcponLMeEPuio6BJ1sp/90KKobeSglOcECDPQQDc0toZSsFNeqzPR9BtQ37PQ/2jyxqS0RaWk3lwUXh+D5Jlew==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=GcmRNFdjjCquC6SSgjqnglcWhsoawFAHM1+GEF0Mgtp0XqYWO4sWi+WOxBa33cC3oP0VBdxtjyTvmPCSJazvdKCrL8HBkH/oSlKTs/LHMV/eu7Y19eNT/Yi+/cXcaRT1ZVyjV17xyUqcHdULxVgEBdaMldZvvdtMFpeuEXN/SJ0nL3+hSpACF9ju/qEcmuYa2f9qPrBjSnK9vcVcgyuqTAnal43FmuWaFX9cfrB289L3f232aoGCop0JTFIK1ST267U1Pj5uYzo55aHG3ONXHgaaKcjmz6KhGV9/1uTecZ9oKTGNgeiW53L2ZQWvRyqUsoGPISP90ImL071FGmtqpA==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Msip_labels: MSIP_Label_2dcc62b5-3644-4e86-9729-856739a0d33d_Enabled=True; MSIP_Label_2dcc62b5-3644-4e86-9729-856739a0d33d_SiteId=11590e71-96da-476f-972d-10da30c8e6b2; MSIP_Label_2dcc62b5-3644-4e86-9729-856739a0d33d_SetDate=2023-07-06T18:41:55.8243502Z; MSIP_Label_2dcc62b5-3644-4e86-9729-856739a0d33d_ContentBits=0; MSIP_Label_2dcc62b5-3644-4e86-9729-856739a0d33d_Method=Standard
  • Thread-index: AQHZr5Roqkgoq7d+jk2GwlqjQydqeq+sOeaAgADaBag=
  • Thread-topic: [From: External] Re: [sumo-user] Close the part of the lane for construction

Thanks for the quick response, I will try the same.

 


Internal

From: sumo-user <sumo-user-bounces@xxxxxxxxxxx> on behalf of Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Date: Wednesday, July 5, 2023 at 10:42 PM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: [From: External] Re: [sumo-user] Close the part of the lane for construction

CAUTION: This email originated from outside the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.

 

The easiest way is to close a complete lane using traci.lane.setAllowed(laneID, "authority") and re-open it later with traci.lane.setAllowed(laneID, "all") (or whatever the prior permissions used to be).

For closing only a part, the recommended way is to place a stopped vehicle (traci.vehicle.add, traci.vehicle.setStop, later remove it with traci.vehicle.remove).

 

Am Do., 6. Juli 2023 um 01:06 Uhr schrieb Desai, Rohit (VWoA-ECC) <Rohit.Desai@xxxxxx>:

Hi SumoUsers,

 

I am new to the sumo, still learning most of the things.

I would like to know what’s is the way to close a part of the lane for construction or accident scenario ?

When I read across couple of old posts people had created a ghost vehicle in in the simulation, is this is how it is achieved ?

How can I do the lane closer(part of the lane) through TraCI and open back after some time ?

Any thoughts will be greatly appreciated.

 

Thanks,

Rohit

 

Internal

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user


Back to the top