Add ability to receive and provide point clouds to python
This merge request enables python to directly provide and receive point clouds from ArmarX.
Point clouds are represented as numpy arrays with a structured data type corresponding to the VisionX PointContentType.
Examples for providing and processing point clouds have been added accordingly (see examples/publish_point_clouds.py and examples/process_point_clouds.py).
@RainerKartmann: FYI