Skip to content

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

Open
@Black0Moonlight

Description

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"

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions