We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to change the mode from 3D to 2D? What's the meaning of cloud_scan_num? etc.
####################################################
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: "/dev/ttyACM0" baudrate: 4000000
lidar_port: 6101 lidar_ip: "192.168.123.62" pc_port: 6201 pc_ip: "192.168.123.102"
cloud_frame: "unilidar_lidar" # default: "unilidar_lidar" cloud_topic: "unilidar/cloud" # default: "unilidar/cloud"
imu_frame: "unilidar_imu" # default: "unilidar_imu" imu_topic: "unilidar/imu" # default: "unilidar/imu"
laserscan_frame: "unilidar_lidar" laserscan_topic: "unilidar/laserscan"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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"
The text was updated successfully, but these errors were encountered: