Skip to content

Commit

Permalink
fix: fix frame_id in help docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ronzheng1006 committed Aug 1, 2022
1 parent a39736f commit 3ae8964
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion doc/howto/how_to_decode_online_lidar.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Set the ```msop_port``` and ```difop_port``` to your LiDAR's port number.

```yaml
ros:
ros_frame_id: /rslidar
ros_frame_id: rslidar
ros_recv_packet_topic: /rslidar_packets
ros_send_packet_topic: /rslidar_packets
ros_send_point_cloud_topic: /rslidar_points
Expand Down
2 changes: 1 addition & 1 deletion doc/howto/how_to_decode_online_lidar_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ lidar:

```yaml
ros:
ros_frame_id: /rslidar
ros_frame_id: rslidar
ros_recv_packet_topic: /rslidar_packets
ros_send_packet_topic: /rslidar_packets
ros_send_point_cloud_topic: /rslidar_points
Expand Down
2 changes: 1 addition & 1 deletion doc/howto/how_to_decode_pcap_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Set the ```msop_port``` and ```difop_port``` to the port numbers of your LiDAR.

```yaml
ros:
ros_frame_id: /rslidar
ros_frame_id: rslidar
ros_recv_packet_topic: /rslidar_packets
ros_send_packet_topic: /rslidar_packets
ros_send_point_cloud_topic: /rslidar_points
Expand Down
2 changes: 1 addition & 1 deletion doc/howto/how_to_decode_pcap_file_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ lidar:

```yaml
ros:
ros_frame_id: /rslidar
ros_frame_id: rslidar
ros_recv_packet_topic: /rslidar_packets
ros_send_packet_topic: /rslidar_packets
ros_send_point_cloud_topic: /rslidar_points
Expand Down
4 changes: 2 additions & 2 deletions doc/howto/how_to_record_replay_packet_rosbag.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To change the topic of packet, change ```ros_send_packet_topic```. This topic se

```yaml
ros:
ros_frame_id: /rslidar
ros_frame_id: rslidar
ros_recv_packet_topic: /rslidar_packets
ros_send_packet_topic: /rslidar_packets
ros_send_point_cloud_topic: /rslidar_points
Expand Down Expand Up @@ -90,7 +90,7 @@ In `config.yaml`, set the `lidar-ros` part.

```yaml
ros:
ros_frame_id: /rslidar
ros_frame_id: rslidar
ros_recv_packet_topic: /rslidar_packets
ros_send_packet_topic: /rslidar_packets
ros_send_point_cloud_topic: /rslidar_points
Expand Down
4 changes: 2 additions & 2 deletions doc/howto/how_to_record_replay_packet_rosbag_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ common:

```yaml
ros:
ros_frame_id: /rslidar
ros_frame_id: rslidar
ros_recv_packet_topic: /rslidar_packets
ros_send_packet_topic: /rslidar_packets
ros_send_point_cloud_topic: /rslidar_points
Expand Down Expand Up @@ -89,7 +89,7 @@ lidar:

```yaml
ros:
ros_frame_id: /rslidar
ros_frame_id: rslidar
ros_recv_packet_topic: /rslidar_packets
ros_send_packet_topic: /rslidar_packets
ros_send_point_cloud_topic: /rslidar_points
Expand Down
4 changes: 2 additions & 2 deletions doc/howto/how_to_use_coordinate_transformation.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# How to use coordinate transformation

## 1 Introduction

rslidar_sdk can transform the coordinate of point cloud. This document illustrate how to do so.

Please check the [Intro to hiding parameters](../intro/hiding_parameters_intro.md) for more details. Here is an example of the config.yaml.

## 2 Dependency
## 2 Dependencies

rslidar_sdk depends on the libeigen library to do coordinate transformation. Please install it first.

Expand Down
2 changes: 1 addition & 1 deletion doc/howto/how_to_use_coordinate_transformation_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rslidar_sdk支持对点云进行坐标变换,本文档展示如何作这种变

在阅读本文档之前,请确保已阅读雷达用户手册和[隐藏参数介绍](../intro/hiding_parameters_intro.md)

## 2 安装依赖库
## 2 依赖库

rslidar_sdk的坐标变换基于libeigen库,所以要先安装它。

Expand Down
2 changes: 1 addition & 1 deletion doc/howto/online_lidar_advanced_topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lidar:
msop_port: 6699
difop_port: 7788
ros:
ros_frame_id: /rslidar
ros_frame_id: rslidar
ros_send_point_cloud_topic: /rslidar_points
```
Expand Down
2 changes: 1 addition & 1 deletion doc/howto/online_lidar_advanced_topics_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lidar:
msop_port: 6699
difop_port: 7788
ros:
ros_frame_id: /rslidar
ros_frame_id: rslidar
ros_send_point_cloud_topic: /rslidar_points
```
Expand Down

0 comments on commit 3ae8964

Please sign in to comment.