unrealcv/unrealcv

How to get command output from Unreal - Bone locations

joreeves opened this issue · 0 comments

  • Operating System: Windows 10
  • UE4 Version: 4.27
  • UnrealCV Version: 4.27
  • Client (python2, 3 or matlab): python 3
  • Problem Description: I am trying to retrieve information from Unreal back in to python. It looks as though the vbp command returns it's function output but there is no information on how to use it and I've been unsuccessful in figuring it out. Ideally, I am trying to get the location of bones or locators relative to the camera image plane. I would settle for just getting the world locations. I see there is a blueprint command GetBoneLocation and GetBoneLocationJSON but again no information or documentation on how to use these.