carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.12k stars 3.59k forks source link

Semantic tags of an actor in python #2161

Closed ndeshp2s closed 4 years ago

ndeshp2s commented 4 years ago

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

NicGalli commented 4 years ago

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.

stale[bot] commented 4 years ago

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.

s-rajab commented 4 years ago

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

MartinDubreuil commented 4 years ago

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

wickersoft commented 3 years ago

Bump for interest. Affectes 0.9.9.4 on Windows

gabrik commented 2 years ago

Bump for interest, the same issue in 0.9.10 on Linux