Replies: 1 comment
-
Ye is it possible but modifying the CARLA C++ code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanna make tracked vehicle model (like panzer) in carla simulator.
I found it is possible to connect carla and chrono by using 'enable_chrono_physics' method in carla documentation.
and also, I found a tracked vehicle model's json file in project chrono.
This method uses just 3 inputs about vehicle's model. (1 vehicle.json, 2. powertrain.json, 3. tire.json)
There is only one example about wheeled vehicle by using tire.json in carla documentation.
But I have to use track assembly json file, not tire.json
I wanna ask if it 's possible to make a Tracked Vehicle in carla simulator?
Or, is there any other possible way to make a tracked vehicle model in carla?
Please help me. Thank you for your kind help in advance. :)
Beta Was this translation helpful? Give feedback.
All reactions