Skip to content

Commit 2716a3f

Browse files
committed
Update core function reference for static transform calculation in documentation
1 parent c020613 commit 2716a3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/source/4_application_guide/coordinate_and_tf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ In rviz:
8888

8989
### ROS1 Camera TF Calculation and Publication Mechanism
9090

91-
#### Core Function: `OBCameraNode::calcAndPublishStaticTransform()`
91+
#### Core Function: [OBCameraNode::calcAndPublishStaticTransform()](https://github.com/orbbec/OrbbecSDK_ROS1/blob/3a59c7a6d3037fc41454b573e0b6701103fde67a/src/ob_camera_node.cpp#L2013)
9292

9393
The camera node uses this function to compute and publish all static transforms between sensors.
9494

docs/zh/source/4_application_guide/coordinate_and_tf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ rviz
8989

9090
### ROS1相机TF计算和发布机制
9191

92-
#### 核心函数:`OBCameraNode::calcAndPublishStaticTransform()`
92+
#### 核心函数:[OBCameraNode::calcAndPublishStaticTransform()](https://github.com/orbbec/OrbbecSDK_ROS1/blob/3a59c7a6d3037fc41454b573e0b6701103fde67a/src/ob_camera_node.cpp#L2013)
9393

9494
相机节点通过此函数计算和发布所有传感器之间的静态转换关系。
9595

0 commit comments

Comments
 (0)