unrealcv/unrealcv

Matlab error

Opened this issue · 0 comments

  • Operating System: Windows
  • UE4 Version: 4.16
  • UnrealCV Version: v0.3.10
  • Client (python2, 3 or matlab): Matlab 2016.a
  • Problem Description:

Even though the communication is initialized correctly (so it seems), every request made to unreal seems to fail, causing a reply of the sort: "error: Malformat raw message..."

For instance the matlab command

response = request('vget /viewmode')

results in the response:

response =

error: Malformat raw message 'vget '

Any ideas why this is so? Many thanks