Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to know more about how to use config.yaml #1

Open
Black0Moonlight opened this issue Dec 18, 2024 · 0 comments
Open

I want to know more about how to use config.yaml #1

Black0Moonlight opened this issue Dec 18, 2024 · 0 comments

Comments

@Black0Moonlight
Copy link

How to change the mode from 3D to 2D? What's the meaning of cloud_scan_num? etc.

####################################################

lidar sdk configuration

####################################################

Configuration

initialize_type: 2 # 1-Serial, 2-UDP
work_mode: 0
use_system_timestamp: true
range_min: 0
range_max: 100
cloud_scan_num: 18

Serial Port

serial_port: "/dev/ttyACM0"
baudrate: 4000000

UDP Port

lidar_port: 6101
lidar_ip: "192.168.123.62"
pc_port: 6201
pc_ip: "192.168.123.102"

PointCloud

cloud_frame: "unilidar_lidar" # default: "unilidar_lidar"
cloud_topic: "unilidar/cloud" # default: "unilidar/cloud"

IMU

imu_frame: "unilidar_imu" # default: "unilidar_imu"
imu_topic: "unilidar/imu" # default: "unilidar/imu"

2d Laser Scan

laserscan_frame: "unilidar_lidar"
laserscan_topic: "unilidar/laserscan"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant