ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This is the standard camera coordinate system.
The easiest solution I see to your problem is to publish a transform between the camera system and the camera's optical system, e.g. by using a tf static_transform_publisher
.
Then select that system in rviz instead of the optical on that, you have now.
2 | No.2 Revision |
This is the standard camera optical coordinate system.
The easiest solution I see to your problem is to publish a transform between the camera system and the camera's optical system, e.g. by using a tf static_transform_publisher
.
Then select that system in rviz instead of the optical on that, you have now.