=============================
Features
- Add communication to UE4Editor and a compiled game
- Add Python and MATLAB client to communicate with UnrealCV server
- Add ground truth extraction, include: depth, object-mask, surface normal
- Add support for Linux, Win and Mac
Initial API, see more details in :doc:`the command list </reference/commands>`
- :code:`vget /objects`
- :code:`vget /object/[obj_name]/color`
- :code:`vset /object/[obj_name]/color [r] [g] [b]`
- :code:`vget /camera/[id]/location`
- :code:`vget /camera/[id]/rotation`
- :code:`vset /camera/[id]/location [x] [y] [z]`
- :code:`vset /camera/[id]/rotation [pitch] [yaw] [roll]`
- :code:`vget /camera/[id]/[viewmode]`
- :code:`vget /camera/[id]/[viewmode] [filename]`
- :code:`vset /viewmode [viewmode]`
- :code:`vget /viewmode`
- :code:`vget /unrealcv/status`
- :code:`vget /unrealcv/help`
The upcoming release will follow the concept of `Semantic Versioning <http://semver.org/>`__