Hello All,
Not an expert with JAVA.
How do use com.kuka.roboticsAPI.geometricModel.math.Vector and com.kuka.roboticsAPI.geometricModel.math.Point to get vector and get point (eg: getX(), getY(), and getZ())?
Is this the right way to do it ( Point x_data = new Point(); ) or can someone guide me how to do this?
If you can point to me some documentation or blogs, that would be great too.
Thanks