Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Change the value of lcAssertive during simulation?
  • From: "Bae, Jong In" <jbae42@xxxxxxxxxx>
  • Date: Thu, 28 Jan 2021 21:44:46 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=gatech.edu; dmarc=pass action=none header.from=gatech.edu; dkim=pass header.d=gatech.edu; 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-SenderADCheck; bh=4fP9dZnNC1JFJlhkSoe3qHDrIXD2rimEAJQLX3EhM0w=; b=I1pF9JNDL9EcnRYyeGoAdVR9kMcUMOcyJYJrhkgsrrBOxysNJ5kH6jTPP85FpVeUVLyIskbhmNoUs3qzxqlkBiQidKd4XFVKOvDFcwwA+Suze2avbmTPp102I84Acl/tTZjsaDlD/zCXL9h9fQGqWNb85DV9dyHE74X1G1P0WGC6p+FQD2AoZp2wHxSTAGOIJkqtwuVavL2m0XaHqme020OFYE4UeY8lYlprMlY/r0bWFTVAvqi6PO3tkf5Aq6mwD8Up9JQ1Yus3KXNZNNZV8FrhDFefh9W8bGruhZz0863xnsBEeddH9r0CPyFG2A623zpi1b5S8ioPxEvfDzvIqA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=c0RLpk2XB7w3bfl2Yg0dDm+wRAwDH0mRHCmsgwE+XnYQZw4nlPnujMLT5RoH0EW88dSup2Bjsa58W+AK0kvlw53p5WgvN3CSIuMHEqNI6gK98XVRP8daL9pLH2XqUP1Ug8nRt6d1DQrC6TGvchg37OMkSR/M3gLgPf3JnmuA+UtKaSBplZSpLO5dyLl9088//yG4w7va5+EOtCoQ/n/cGjZGMpDaV2U3PybD3T2mC3YtAPKPDLltpaVLe6F8M4JbZh7YN+mepipAlsVDhK5gEdxql8Y8lCb2JullpHm73oMdxT82UCOcBW3fuVpcCbicyoqNiJFY8I03zj9s8+xK1Q==
  • 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: AQHW8a+dStYc8zvvj0iA9rRqdJ9D5qo37yWAgAWqORg=
  • Thread-topic: [sumo-user] Change the value of lcAssertive during simulation?

Hello,

Thank you for your suggestion. When I'm using the command you told me, I get an error message 'NameError: name 'laneChangeModel' is not defined'.
I'm using the latest SUMO version (1.8.0). I've also tried with LC2013 instead of laneChangingModel in the command but still got the same NameError.

Am I using the wrong syntax in the command?

Thank you!

From: sumo-user <sumo-user-bounces@xxxxxxxxxxx> on behalf of Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Sent: Monday, January 25, 2021 2:11 AM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] Change the value of lcAssertive during simulation?
 
vehicle.setParameter(vehID, laneChangeModel.lcAssertive, "1.3")

Note, that all parameters must be strings.

Am Sa., 23. Jan. 2021 um 18:47 Uhr schrieb Bae, Jong In <jbae42@xxxxxxxxxx>:
Hello,

I was wondering if there is any way to change the lcAssertive value during simulation via traci?
I'm aware that we can change the lane changing mode via traci but I was wondering if we can change the lcAssertive value in particular.

Thank you!


_______________________________________________
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