Skip to content

Commit 3053173

Browse files
committed
remove unused params
Signed-off-by: Daisuke Sato <[email protected]>
1 parent 8b7755e commit 3053173

File tree

3 files changed

+8
-40
lines changed

3 files changed

+8
-40
lines changed

cabot_base/config/cabot3-k2.yaml

+3-28
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ pointcloud_to_laserscan_node:
55
angle_min: -2.57 # -M_PI/2 (front) - 1.0 (angle clipping)
66
angle_max: 1.05 # M_PI/2 (rear) - M_PI/6 (rear cover)
77

8-
# substitute these parameters to hesai/hesai_lidar.yaml
9-
hesai_lidar:
10-
ros__parameters:
11-
lidar_type: "PandarXT-32"
12-
frame_id: "velodyne" # use velodyne for compatibility
13-
timestamp_type: "realtime"
14-
lidar_correction_file: "$(find-pkg-share hesai_lidar)/config/PandarXT-32.csv"
15-
168
cabot:
179
cabot_handle_v2_node:
1810
ros__parameters:
@@ -41,24 +33,7 @@ cabot:
4133
gain_omega: 0.0
4234
max_acc: 0.6
4335

44-
lslidar_driver_node:
36+
cabot_can:
4537
ros__parameters:
46-
packet_rate: 1695.0
47-
device_ip: 192.168.1.200 #雷达ip
48-
msop_port: 2368 #雷达目的数据端口
49-
difop_port: 2369 #雷达目的设备端口
50-
pcl_type: false #点云类型 true: xyzi
51-
add_multicast: false #雷达是否使用组播模式 true: 使用组播模式
52-
group_ip: 224.1.1.2 #组播ip
53-
use_time_service: true #雷达是否使用外部授时(GPS PTP NTP) true: 使用外部授时
54-
min_range: 0.05 #雷达扫描最小距离(小于此值的点会被过滤)
55-
max_range: 200.0 #雷达扫描最大距离(大于此值的点会被过滤)
56-
angle_disable_min: 0 #雷达扫描最小角度裁剪 单位 0.01°
57-
angle_disable_max: 0 #雷达扫描最大角度裁剪 单位 0.01°
58-
distance_unit: 0.4
59-
horizontal_angle_resolution: 0.18 #10Hz:0.18 20Hz:0.36 5Hz: 0.09
60-
frame_id: velodyne #点云帧id
61-
topic_name: /velodyne_points #点云话题名称
62-
publish_scan: false #是否发布 laserscan话题
63-
scan_num: 8 #laserscan线号
64-
coordinate_opt: false #点云0度角对应方向 true: x轴正方向
38+
can_interface: can0
39+
# calibration_params: [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]

cabot_base/config/cabot3-k3.yaml

+5-8
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ pointcloud_to_laserscan_node:
55
angle_min: -2.57 # -M_PI/2 (front) - 1.0 (angle clipping)
66
angle_max: 1.05 # M_PI/2 (rear) - M_PI/6 (rear cover)
77

8-
# substitute these parameters to hesai/hesai_lidar.yaml
9-
hesai_lidar:
10-
ros__parameters:
11-
lidar_type: "PandarXT-32"
12-
frame_id: "velodyne" # use velodyne for compatibility
13-
timestamp_type: "realtime"
14-
lidar_correction_file: "$(find-pkg-share hesai_lidar)/config/PandarXT-32.csv"
15-
168
cabot:
179
cabot_handle_v2_node:
1810
ros__parameters:
@@ -40,3 +32,8 @@ cabot:
4032
bias: 0.14 # same with cabot3-i1
4133
gain_omega: 0.0
4234
max_acc: 0.6
35+
36+
cabot_can:
37+
ros__parameters:
38+
can_interface: can0
39+
# calibration_params: [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]

cabot_can/config/params.yaml

-4
This file was deleted.

0 commit comments

Comments
 (0)