Skip to content

RemoteGui in Python

Fabian Paus requested to merge RemoteGui into master

Since the Ice interface has been reverted to plain Ice types (no C++ types anymore), it was easy to add RemoteGui functionality to python. I tried to wrap the Ice interface into a usable Python interface.

An example client can be seen in examples/remote_gui.py. The example is almost exactly the same as the RemoteGuiExample2.cpp in ArmarXGui.

Merge request reports