Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Failed to destroy actor: #189

Open
RaidenCHEN opened this issue Nov 7, 2024 · 0 comments
Open

Error: Failed to destroy actor: #189

RaidenCHEN opened this issue Nov 7, 2024 · 0 comments

Comments

@RaidenCHEN
Copy link

I created a custom sensor which not actually sensor and serialize data but do some other work. I found that I could not destroy it, no matter I call command execution from Python script or directly call Destroy() in UE. The following are the result when I try to destroy it:
[387]LogCarla: CarlaServer destroy_actor 24
[387]LogCarla: UActorDispatcher::Destroying actor: 'sensor.other.spray_decal' 4e503730
[387]LogCarla: SprayDecalSensor_0
[387]LogCarla: Error: Failed to destroy actor: 'sensor.other.spray_decal'
[387]LogCarlaServer: Responding error: internal error: unable to destroy actor

And if I directly call Destroy() in UE, nothing happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant