Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Speed output with 'SetDecel = 0'
  • From: "Bae, Jong In" <jbae42@xxxxxxxxxx>
  • Date: Sun, 26 Apr 2020 02:49:24 +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=YlD7I5IF5Vwa6zeVduHCX3U1ahmkGWnKVgVcBZ26JwQ=; b=eftpXgfyW7IJcBebYSEm2HYs3VQKJm8DsD9ktPHgGoUTkHAZdKw0JyBRju3DjKQ1n32/mq9F7U7N3WrL5lVLDZo2a44YNorVTj5fsV/CO8IPmlVFze9LyidbCyI4ZEG81jUsf7Wh3Qbcl+PwEA/eX8mUDP522bFeUQfv4TK2mzAlNxo9Jgx9FeCBSh52J25OOz9hwChLhJ2Kl76++yofdkxGlOqToY86rEi/pBYfVPqXs/hKWOxWcRWx0/weTm5bBz6kI9aaSoKtKhzDGg4UyKoB2USk5QCByntXRZLehx0UuDRotYY6PvzGrpJL2Ej6aPb/cv+vNWSZThunhcKhhA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=dTOk75EbeAyh/Bclzro1WXwTV35uYCHlayIJmPfhN5cQXsoq9xOQ/K6/O6Xa3DAl95+mgbBVdb21WjxODHLDX0z2jSGTuy8Ycs5OQdPGECNRUwXqdDJH8lZ1SeRdY/R7yl2vu7E20JVPsm3SkdsMcBHAtXJzzGoNYZr1G23vLJHstP7IjReARGdMvoSJPx9E1Y7edAUcklMjoFFgKxTFlbz0iVvCinTCRlN/xxa+b8mQernVeSctmLUrRYE+zIsW9oHYAz0YPxIu8wti2sU7XtxKnh1uG+iLIIjY3jNtDKP2TkvpUdQOkzdEvRPIiZGIKN76IU0tXiM2n9gt3uauPw==
  • 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: AQHWG3LHh6ybkvyCBEammLOTU6fajQ==
  • Thread-topic: Speed output with 'SetDecel = 0'

Hello,

In my scenario, I changed my vehicle's speed and deceleration to 0 using 'setSpeed' and 'setDecel'. 
Then I used 'getSpeedWithoutTraCI' to get rid of the influence of traci on my vehicle's speed (and in order to bring the speed back according to the traffic condition).
But the speed of the vehicle doesn't increase but is stuck at 1.47m/s even when the space in front of the vehicle clears up.

Does assigning 'setDecel = 0' influence the acceleration of the vehicle as well?

Thank you.

Back to the top