robot_pose_ekf coordinate frame
I have a visual odometry source which outputs Ros odometry msg in a coordinate system of the camera which is z-axis forward. Now i also have an Imu based odometry which gives data according to coordinate frame of the world which is x-axis forward.
If i input these two sources in the robot_pose_ekf package, the pose published from the package would be according to which coordinate system?
If this could cause a problem should i convert the visual odometry to the world's coordinate system with x-axis forward terminology.? Also what about the related published tf..?