fix: Fix host centric check
When the definite conditions are satisfied the exception "Host entity is not set but host centric trace recording is enabled". These are the conditions:
- host centric is set to false
- trace recording is disabled
- no host vehicle is provided
It is incorrect behavior. This PR fixes it.