Updated mesh with objectlabel

This commit is contained in:
doterop 2020-10-07 05:07:03 +02:00
parent df6e6eef65
commit 8aedb57a97
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
#include "carla/geom/BoundingBox.h"
#include "carla/rpc/Transform.h"
#include "carla/rpc/ObjectLabel.h"
namespace carla {
namespace rpc {
@ -22,7 +23,7 @@ namespace rpc {
geom::BoundingBox bounding_box;
uint64_t id = 0;
std::string name;
//CityObjectLabel type;
CityObjectLabel type = CityObjectLabel::None;
#ifdef LIBCARLA_INCLUDED_FROM_UE4