Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Vehicle returns to original position after 'MoveTo' Command
  • From: "Bae, Jong In" <jbae42@xxxxxxxxxx>
  • Date: Fri, 5 Feb 2021 20:59:48 +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=/Ko/Pcb/dEj64lw3KZVCBXRxCxUHiBMDu7QfY++Pqto=; b=aztVmw7btqR16m2jJHSeqV2tTrV4BuLdTDe4ooFB09lvjRJH+GHvH9aE/7Wy6Vg7iTYqqbjGCZzSoQjchhBFmqoG6JJxGBy56Se0CQRmAHKseA7T5onoH7sxTPRXwaM6npXVsP9CONZA0/HaFJCCyS+XFneJpvMzwxvqtCRQzFWe0kW09RQnnTmBq9nQ3dyG9RNMCX5jFEFH3PH6GtcKNDVOrpGX3YqPJB5wCXWoN2xPOnhOFzh8L3MaEv2sPQq4OUv9vqEnMQ/Ily35VOSeJl41MPN7n8p1NSQxcHmVrdtcWYeHwgshnXB6xhaKZVuOU8xHoEWUkBXDkdikEtTOIw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ljacvS9CH2XgWxF8wrE3iBLI9QRPvwVZCoINpIzTXrhM3BZfVbsLHAo84fw5rY2gU1Hw4pvUNuPi6/bmTPj9Gs+1d3CCh98RTJABTmtwVIlNuGnNmlDkClndIHSICBzqbgGtxPKexckaInQWJWmGGr/OMatvOY3Or57e0Zl6Mjn6QNdmi36ytOpu3aYUXDCScdGpTFvdPxMOdKEqjNEg/J5UvZ2/C9qnADzjDsPW5S+tZoi0ZdQWN1hQxq+CuFU4+6HmHk6VVKIrMrXt5rkU4t2hTi7D1oarPzO2gY9XFzCv15VEnG9sIr2qPsvZVZtT6kpGYaisH4ouDgG33aYS8g==
  • 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: AQHW+/8NSntv4jvkEU6WVCTtGgaw8Q==
  • Thread-topic: Vehicle returns to original position after 'MoveTo' Command

Hello,

In my scenario, I am using 'moveTo' traci command to force a lane change.  To be more descriptive, I am using the following line;
'traci.vehicle.moveTo(veh_ID, targetlane, traci.vehicle.getLanePosition(veh_ID))'

However, I'm observing some cases where vehicles get returned to its original position as soon as they were moved by the traci command.

I turned off some of the lane changing model parameters as follows:
lcStrategic="0" lcAssertive="1" lcCooperative="0" lcSpeedGain="0" lcPushy="0" lcImpatience="0"

Would there by any other reason that is causing this problem?
Also, in some of the cases where the vehicle is returned to its original position, the following vehicles were passing through as it the vehicle is invisible.

Any help would be greatly appreciated!

Thank you,

Back to the top