simulator icon indicating copy to clipboard operation
simulator copied to clipboard

Dimensions of the vehicles

Open AviBen96 opened this issue 1 year ago • 1 comments

Hello,

I am trying to work with a dataset that was made with SVL.

I need the dimensions of the different vehicles for some calculations (collision detection mostly).

All the links from the documentation that could have this information are not functional anymore.

I am trying to find if it is implemented somewhere in the source code (it must be), but I can't find it yet.

Anyone knows where I could find this ?

Thank you very much !

AviBen96 avatar Jun 14 '23 10:06 AviBen96

Might be a bit late but hope this is still helpful to you

# length, width, height

# BoxTruck 10.515410423 3.209942341 4.416348934
# Hatchback 4.048582077 1.894416571 1.439588547
# Jeep 3.943846703 1.847184658 1.663133860
# SUV 4.705561638 2.080930710 1.771530271
# SchoolBus 9.210636139 3.256277561 3.227629423
# Sedan 4.565528870 2.082422256 1.356007218

# Lincoln2017MKZ 4.70 2.06 2.05
# Jaguar2015XE 4.70 2.06 2.05

YuqiHuai avatar Nov 09 '23 01:11 YuqiHuai