ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The ros way to handle this is to properly add the t265_sensor to the Transform Frame tree using either urdf or a static_transform_publisher ros node. If done right, all your other nodes will be able to use the data without you doing this transformation manually.

The tf2 ros packages are available to code a transformation between frames.