From fbaefebb69cb5f70464f3963cafb00c9e4e61ff8 Mon Sep 17 00:00:00 2001 From: livox Date: Thu, 19 Dec 2019 16:29:58 +0800 Subject: [PATCH] fix:fix format issue in README.md fix format issue in README.md --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7c98fd6..275f378 100644 --- a/README.md +++ b/README.md @@ -153,22 +153,22 @@ There are two json files in the directory "ws_livox/src/livox_ros_driver/launch" { "lidar_config": [ { - "broadcast_code": "0TFDG3B006H2Z11", - "enable_connect": true, - "enable_fan": true, - "return_mode": 0, - "coordinate": 0, - "imu_rate": 1, - "extrinsic_parameter_source": 1 + "broadcast_code": "0TFDG3B006H2Z11", + "enable_connect": true, + "enable_fan": true, + "return_mode": 0, + "coordinate": 0, + "imu_rate": 1, + "extrinsic_parameter_source": 1 }, { - "broadcast_code": "1HDDG8M00100191", - "enable_connect": true, - "enable_fan": true, - "return_mode": 0, - "coordinate": 0, - "imu_rate": 1, - "extrinsic_parameter_source": 1 + "broadcast_code": "1HDDG8M00100191", + "enable_connect": true, + "enable_fan": true, + "return_mode": 0, + "coordinate": 0, + "imu_rate": 1, + "extrinsic_parameter_source": 1 } ] }