PyChrono does not wrap all classes required to build a vehicle model from the various subsystem templates, the way it is done in the C++ demo_VEH_ArticulatedVehicle<https://github.com/projectchrono/chrono/tree/main/src/demos/vehicle/articulated_vehicle>. For now, we wrapped in Python some of the prebuilt models in the Chrono::Vehicle models library. However, you can use from Python a Chrono::Vehicle model that is specified through JSON files. See demo_VEH_WheeledJSON.py<https://github.com/projectchrono/chrono/blob/main/src/demos/python/vehicle/demo_VEH_WheeledJSON.py>. As such, the only way to use that articulated vehicle model in Python is to construct the necessary set of JSON specification files for the vehicle and for all its subsystems.
--Radu From: [email protected] <[email protected]> On Behalf Of ttt feng Sent: Sunday, 13 November 2022 12:59 To: ProjectChrono <[email protected]> Subject: [chrono] Creat articulated vehicles with pychrono Dear all, Many thanks to the ProjectChrono team for making chrono so perfect, but when I'm building an articulated vehicle via pychrono using the template in chrono.vehicle, I'm running into some problems. It seems that I haven't found the demo of articulated vehicle in pychrono. Please let me know if it exists. And how can I use the template of chrono::vehicle to build articulated vehicles through pychrono. Best Regards -- 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]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/projectchrono/7a8f1303-8f7e-46fc-aa13-88bf2f8ae98an%40googlegroups.com<https://groups.google.com/d/msgid/projectchrono/7a8f1303-8f7e-46fc-aa13-88bf2f8ae98an%40googlegroups.com?utm_medium=email&utm_source=footer>. -- 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/PH0PR06MB8237ABFDC8E89F2473370CA3A7079%40PH0PR06MB8237.namprd06.prod.outlook.com.
