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

cstamatiadis picture cstamatiadis  路  3Comments

mhusseinsh picture mhusseinsh  路  3Comments

mallela picture mallela  路  3Comments

UndeadBlow picture UndeadBlow  路  4Comments

AftermathK picture AftermathK  路  3Comments