Carla: Add multiple cameras (fish-eye camera will be great!!) on the vehicle through Python. Also, how can I save the vehicle data in the csv file?

Created on 5 Jul 2018  路  3Comments  路  Source: carla-simulator/carla


Hello,
I want to add three more cameras on the vehicle, on in the rear, two on the side. Also, how can I save the vehicle data in the .csv file? I'm more confident with python, so using python will be great.

Thanks a lot

duplicate python question support

All 3 comments

Hello @NYJiaxing.

There are a few issues about adding new cameras like #501, #227 and #462.
Sadly we do not support a fish-eye camera sensor, but you can play with the field of view (FOV) of each camera.

CARLA provides all the data per frame, the current examples does not save the data anywhere, they just display it. You can easly modify these examples to save the data in a .csv file using the csv python module:

import csv

@marcgpuig
Thank you so much for the reply. I'll check those history issues.

Cool!
Considere to close this issue if your question was answered! :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

syinari0123 picture syinari0123  路  3Comments

robertnishihara picture robertnishihara  路  4Comments

hc167 picture hc167  路  4Comments

metaluga145 picture metaluga145  路  4Comments

kartikye picture kartikye  路  3Comments