RViz camera view: other coordinate frame convention
I'm currently doing some experiments with fovis_ros and a kinect . This works pretty well, but fovis uses an other type of coordinate frames where +X is to the right, +Y is down and +Z is forward. The thing is that none of the camera views in RViz are able to let the camera rotate around the Y axis instead of the X axis. This makes it kinda hard to get a nice view in RViz. It seems that RViz was only made for the coordinate frame conventions documented on this page: ros.org/wiki/geometry/CoordinateFrameConventions
Any of you guys encountered the same problem? Is there anyone with a solution for this problem?