Carla: Semantic tags of an actor in python

Created on 8 Oct 2019  路  5Comments  路  Source: carla-simulator/carla

Is it possible to access the semantic_tags variable (list) of an actor in a python code?

stale

Most helpful comment

@NicGalli @ndeshp2s, any solution for this issue? Thanks.

All 5 comments

As now i get this when trying to access semantic_tags:

tags = vehicle.semantic_tags
TypeError: No to_python (by-value) converter found for C++ type: std::vector<unsigned char, std::allocator<unsigned char> >

I have no problem with other attributes.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@NicGalli @ndeshp2s, any solution for this issue? Thanks.

I have exactly the same problem under CARLA 0.9.6 built from source. Any solution ?

Bump for interest. Affectes 0.9.9.4 on Windows

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mallela picture mallela  路  3Comments

tgrel picture tgrel  路  3Comments

rowanmcallister picture rowanmcallister  路  3Comments

metaluga145 picture metaluga145  路  4Comments

qixiaoshuai0120 picture qixiaoshuai0120  路  3Comments