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
I'm trying to get an actor's position through Python API simGetObjectPose in UE 4.27, it works when I pass the actor's ID Name, but I get nan returns when passing the actor's tag.
Question
What's your question?
How to get an actor's position by tag?
Include context on what you are trying to achieve
I'm trying to get an actor's position through Python API
simGetObjectPose
in UE 4.27, it works when I pass the actor's ID Name, but I getnan
returns when passing the actor's tag.Context details
OS: Windows 11; AirSim Version: 1.8.1; Python Version: 3.8; Unreal version: 4.27.
settings.json:
Below is the specific method I used to add tags to the actor and call the
simGetObjectPose
API.Include details of what you already did to find answers
I tried the solution discussed in #2582, but it didn't work for me.
The text was updated successfully, but these errors were encountered: