Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] [EXTERNAL] Re: CACC model
  • From: Pradeep Viyaluru Harinath <pradeep.viyaluruharinath@xxxxxxxx>
  • Date: Sat, 29 Jan 2022 10:26:13 +0000
  • Accept-language: en-IN, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; 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=duE7vHtk7MxAdQhp+aZzthLI5xsrCCvIvMyk9Mc0qKc=; b=AaIr/+zSBfI1MVvUtLWl2bw7OxNmScW3Z1XPRnebp22Xs4h4L7PrLpF43awYnmAY3cGgPiLDuvZQvjk+trrPJDBGQ5xqlgrdcdEFqjNDh51crRXo0XWmhLSICfI0zsPzopfujjCHLwaZTYC/olopFxMuoyfo1irfIRcaXQ6ZKa8TYX56miduqdkxib4yAnsTaXBAx91aX/fFnUF8heRS09bSa4BtfaJAXM0JkLgI2f+COzXpJk6cF3461iqIgBnDv5XHQLaEqb6J4VFz7OhlAtReZg0cVQTEwWRZmLZpWXpVOb7uqWb+QVtVrNwMA/BwWv1P9fgJHhbsds1x/dW41Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=gkoGwJ+rByTiP2NKunvlc2veaiHmIt36YlIqgZ9XMPC1fm/Mb0xsB+58+cSOLqWx5Vbw1xGNSGuMsmpPpsvSgkxrCru808UL5202vFGS9wip0WVWZQNgWSYFyD+k47/XA2DzAbNwAjvJlDN/PvyjcLHp/kVgWANcMIWBSkXwKO/eY5+PIl1MF/y3h3cXjlbAAMibwxf1OtXR9GhNcu1zXbbSPQMOog2Oqpz8u8Ppinoid/8AaqSuILtu0znTezY3w/mhXEQqGNo+cI9L/5kyRX2jgmWhIg2t7Qs8Qd7BRTLFhSZPRWzZa+0fJTFCXxwBLjQHu5OY55qK0CQJC69GaA==
  • 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>
  • Thread-index: AdgU5Rqj3ftYTNvxRReXVoDrNR/7GgAEzgYAAACB1EA=
  • Thread-topic: [EXTERNAL] Re: [sumo-user] CACC model

Hi Jakob,

 

To check my understanding if I want to assign CACC  with default values then a simple attribute “carFollowModel="CACC"” would be enough, am I right?

 

Regards,

V.H.Pradeep

 

From: sumo-user <sumo-user-bounces@xxxxxxxxxxx> On Behalf Of Jakob Erdmann
Sent: Saturday, January 29, 2022 4:10 AM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: [EXTERNAL] Re: [sumo-user] CACC model

 

  **EXTERNAL EMAIL**
  This email originated outside of The University of Texas at San Antonio.
  Please exercise caution when clicking on links or opening attachments.

 

Hello,

the attributes for CACC and ACC are currently not accessible via TraCI getParameter. If you do not set them in your xml input, they take on the default values listed at https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#car-following_model_parameters

 

Am Sa., 29. Jan. 2022 um 08:52 Uhr schrieb Pradeep Viyaluru Harinath <pradeep.viyaluruharinath@xxxxxxxx>:

Hi ,

 

I am using CACC model for vehicles even then the speed improvements were not found. I want to check if the attributes of CACC are implemented or not for a vehicle in traci, for ex “speedControlGain”. What would be the traci command for this? Should this work “ traci.vehicle.getParameter(veh_id, "carFollowModel.speedControlGain"))”

 

Have all the attributes of CACC are implemented into SUMO so that if I just specify CACC to a vehicle type in route file is that sufficient or should I use traci to set the parameter values. Similarly can I know for ACC as well?

 

Regards,

V.H.Pradeep

_______________________________________________
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