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

mhusseinsh picture mhusseinsh  路  19Comments

pleukefeld picture pleukefeld  路  23Comments

rikardomarenzzi picture rikardomarenzzi  路  39Comments

ajax98 picture ajax98  路  64Comments

FelixTFD picture FelixTFD  路  20Comments