rviz camera view shows image flipped 90 degree
Hi,
I am using the kinect camera in rviz and see the video feed coming sideways, flipped 90 clockwise. Is there a way to fix this?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi,
I am using the kinect camera in rviz and see the video feed coming sideways, flipped 90 clockwise. Is there a way to fix this?
Asked: 2019-08-06 20:31:50 -0600
Seen: 405 times
Last updated: Aug 06 '19
How to visualize surface normals as Marker::Arrow for each point in rviz?
Corrected Odometry from GMapping / Karto?
Visualizing continuous and revolute joint types in rviz
How to add Kinect sensor input to a URDF model?
Has there been progress for URDF transform jitter in RVIZ?
Starting rviz, failed to initialize ogre, cannot find RenderSystem_GL.so
rviz installation issues on 64bit snow-leopard using ROS Diamondback
pioneer 3dx simulation using rviz and stage
How can I visualize covariance data using ROS tools?
std_msgs/ColorRGBA[].displaying different color for each point
Applying an additional transformation to fix the video could work. The frame of the camera usually doesn't match the frame of rviz. You could add a static transform in your launchfile with the correct quaternion transformation. If you know the roll pitch yaw you need you can use https://www.andre-gaschler.com/rotati... to calcualte the correct quaternions.
https://answers.ros.org/question/3294... similar question here.