Tf from optical frame to odometry frame
I am acquiring point cloud and image data from Kinect sensor. The coordinate frame for the data acquired is:-
X axis--> right
Y axis--> downwards
Z axis--> forward
and the odometry(standard /map axis) has coordinate axis as such:-
X axis--> forward
Y axis--> left
Z axis--> upwards
What would be a static transform between the two frames ??