Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] getFollowSpeed using timestep length of 0.5s
  • From: "Bae, Jong In" <jbae42@xxxxxxxxxx>
  • Date: Tue, 12 May 2020 17:09:52 +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=FnvJr6uz+xcJhXxKvL2CF/3QTxzWfxbwkKH0gvFlNHM=; b=CxH6bn50Lh9OMUUrA2d/rT7TM79ZRSO2C20emM8aIvremdLTk3nVvjB99QRJKprWYX9T1zrIXC/iYNXOoNeL/6SH09naoY5dtDKqnvgovbhUeXkywWPUqLQCbqqk50nbZ2JIBgtEAaxCKH83kI/VYxi95/YXPPWmmzFjg9JnHmFrXKN8nHOaciJnnZ67emlP1AV/OCLdJWFHMuETVghpwkxx4QJz61Pnb8l3oLkfbKOQq9lHOGODLfiJ8J6i4ioEmi2SbOvYt2jfkvTTWlIwGy/DKWv4qwCOEsfpMPXWY3SuTI5aE5tJlK1tmlI8DLgOC8ESa/Ndxf2TYYpkOa/YHg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hOPsOVrYUNHklsjnL76hlbt5F0S4PTWFMQHFIKgU0Yvn0riKPxYWNDIqhz+0MjCLcniZw9ZSpwtpZI7EUKDI/BHS6jI40X1y14DuRBwIe1VMQHOKfZ0sAg07bBzuPAyyi1PLzvemqIHWRKFHEwPXrAZzDgivgBUnkp8/4hy2Y4GterHYUJ5I3frFWa9Uua2TPQ/iOueJsJDApGasbzdxYj8boS6XM0+WbaVTs3kw8gXHe9Krua+bXaxIm42CHQ5d7cNSX0KTmgTJXDhIEb0akmzthfDeMXzKalCmOp85ZZcFS30ED/3g/twq3j8aHS+Lxb7TQT7x2gFtAY3YoPYSgA==
  • 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: AQHWKHtP4K1UDD3kLUKTYcSe8Y5CqQ==
  • Thread-topic: getFollowSpeed using timestep length of 0.5s

Hello,

When I use 'getFollowSpeed' at the timestep length of 0.5s, it seems like the function returns a different speed than the actual speed output in the simulation.
I'm running the simulation at the timestep length of 0.5s (defined in the sumocfg file) and also running the python traci file at 0.5s (defining 'step += 0.5' for traci.simulatinStep).

Is there any other parameter I should change when I adjust the timestep length?

Thanks,




Back to the top