I\'m struggling to get this transformation. Given an anchor Pose in arcore how can I obtain its corresponding 2D coordinates in the screen?
arSceneView.getScene().getCamera().worldToScreenPoint(); worked for me as described here.
arSceneView.getScene().getCamera().worldToScreenPoint();