Hello, I am looking to create a lap time simulator for a vehicle model and was wondering where the actual vehicle models for the city bus is. I see this code: my_bus = veh.CityBus() which calls the city bus model into the simulation, but I was wondering where the actual file for the creation of the geometry of the city bus is stored. I would like to be able to create a vehicle with an easily iterable wheel base, track width, COG, etc. so that the effects of these values can be shown across different lap time simulations.
I am I on the right path in trying to create a specific vehicle model that can be easily iterated on and then call this vehicle model into the lap simulation to see the effects or should I be creating the vehicle model within the actual lap simulation? Also, are there specific tire models within pychrono that can be used for modeling the slip limit and such of the car or will I have to create a model of this as well? Thank you, Michael -- You received this message because you are subscribed to the Google Groups "ProjectChrono" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/projectchrono/a6a946d1-b823-4fea-bcd4-0b2098c807efn%40googlegroups.com.
