Livox-SDK / livox_ros_driver

Livox device driver under ros, support Lidar Mid-40, Mid-70, Tele-15, Horizon, Avia.
Other
350 stars 200 forks source link

two lasers and the same pointcloud frame_id #145

Open ctub opened 1 year ago

ctub commented 1 year ago

Hello, I have two MID-70 Livox lidars and i am using the config file such as { "lidar_config": [ { "broadcast_code": "3GGDJ7N00100561", "enable_connect": false, "return_mode": 0, "coordinate": 0, "imu_rate": 0, "extrinsic_parameter_source": 0, "enable_high_sensitivity": false }, { "broadcast_code": "3GGDJ7U00100571", "enable_connect": false, "return_mode": 0, "coordinate": 0, "imu_rate": 0, "extrinsic_parameter_source": 0, "enable_high_sensitivity": false } ] }

Both generated pointcloud topics have the same frame_id. How can I get different frame_id?

EItByTe commented 3 months ago

HELLO! Have you solved the problem?