You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I have tried to test 'creating a new sensor' with the given example (safeDistanceSensor), but I got errors (in the example source code) after rebuild, and Python egg is not generated (cannot use pythonAPI).
Can you help? Thank you.
Errors:
C:\CARLA\carla\LibCarla\source\carla/sensor/data/SafeDistanceEvent.h(20): error C2665: 'carla::sensor::data::Arraycarla::rpc::ActorId::Array': none of the 2 overloads could convert all the argument types [C:\CARLA\carla\Build\libcarla-visualstudio\LibCarla\cmake\client\carla_client_debug.vcxproj]
C:\CARLA\carla\Unreal\CarlaUE4\Plugins\Carla\Source\Carla\Sensor\SafeDistanceSensor.h(33) error C3248: 'ASensor::Tick': function declared as 'final' cannot be overridden by 'ASafeDistanceSensor::Tick'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I have tried to test 'creating a new sensor' with the given example (safeDistanceSensor), but I got errors (in the example source code) after rebuild, and Python egg is not generated (cannot use pythonAPI).
Can you help? Thank you.
Errors:
C:\CARLA\carla\LibCarla\source\carla/sensor/data/SafeDistanceEvent.h(20): error C2665: 'carla::sensor::data::Arraycarla::rpc::ActorId::Array': none of the 2 overloads could convert all the argument types [C:\CARLA\carla\Build\libcarla-visualstudio\LibCarla\cmake\client\carla_client_debug.vcxproj]
C:\CARLA\carla\Unreal\CarlaUE4\Plugins\Carla\Source\Carla\Sensor\SafeDistanceSensor.h(33) error C3248: 'ASensor::Tick': function declared as 'final' cannot be overridden by 'ASafeDistanceSensor::Tick'
Beta Was this translation helpful? Give feedback.
All reactions