Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Lateral acceleration
  • From: "Ni Ying-Chuan" <ying-chuan.ni@xxxxxxxxxxxxxxxx>
  • Date: Wed, 9 Jul 2025 17:27:32 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ivt.baug.ethz.ch; dmarc=pass action=none header.from=ivt.baug.ethz.ch; dkim=pass header.d=ivt.baug.ethz.ch; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; 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=tRt4wECvXw4oRh4VNXddxIX8k+NtcsqDawlMGXn+ooQ=; b=FnFqES2xHfYkE8CVlF9zPaJfNarrr8R1uVBueZUncEmukZ+4kPw8B3CBVUW1NDTYA8ZYwgtLECXGA3iUdwbTrDLHJiJGFHfeE/TZ+aBhpkzp/VYcckJD7txHtCTGgvy7GvEzjBMkKwO/Sq+5e1bPFdriUVtfKB3unCpxWWtl8Sro2IuUDSgsGTNIT3dvedPNUjHPvnu7vy6H7e7SRygw4oskBr+xepVaXn6mbfQ2SxOo0jzmMWEr0aWnmbC2HX1HhcPHHsfLWlipmlMpgeh4nOa7r7aFmap1goh3O9iYX8GnVtjZZzDN9nJtCSdFm4DwCz56UkHdQkw53zEPnFtvxg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=xKMJeY1R5yWLJ61tsvq23TSj454VDP4OuzzqYBOhcUtLEBtwI8REilOgnpOioYkfRDSLNhrR32td8GKlWvU5gKJ9jDmpk6luy2gBF6t4K4gc/ZOG8Jl+JPnka1gZWw5UN2hjESgpGdNe1NdOMf7KpXf/ah6K5T+SgOaMvpx7Cgp6heLRvl8XS2EksXch7eCINGPGwHLp8vFEIAtVIHY7O7qryHIb/FDQQryHqRiJAvhUnUUEF+V+DlN/3H9XTVMuK0vi/eyXt0sQn+LTOSlWLdb92dMRr5SaVNs0YMsuVQ4CcRXymiwS6T1dpxOdu1266GXVQ6jcT1JAaFJbJImApw==
  • 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: Advw9RRVU5VEF6/VRVy9LQYS5kv5oA==
  • Thread-topic: Lateral acceleration

Dear SUMO team,

 

I am developing a new bicycle simulation model through TraCI by building upon the current bicycle simulation function in SUMO.

For lateral movements in the sublane setup, I can only see one parameter “maxSpeedLat” (default 1 m/s).

How about the lateral acceleration?

In my testing using the command “traci.vehicle.changeSublane”, I noticed that the distance moved every time step (0.25 s) is different, meaning it is not a constant speed movement.

Then how is it being computed dynamically?

 

Thanks in advance for answering.

 

Kind regards,

Ying-Chuan Ni

 


Back to the top