Skip to content

Commit

Permalink
chore(hesai): replace broadcast host_ip
Browse files Browse the repository at this point in the history
Replace the the `host_ip` default config parameter fith one  that is not the broadcast address - broadcast is disallowed by Nebula since #231

Signed-off-by: Max SCHMELLER <[email protected]>
  • Loading branch information
mojomex committed Feb 3, 2025
1 parent f4da047 commit d14c183
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion nebula_ros/config/lidar/hesai/Pandar128E4X.param.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**:
ros__parameters:
host_ip: 255.255.255.255
host_ip: 192.168.1.10
sensor_ip: 192.168.1.201
multicast_ip: ""
data_port: 2368
Expand Down
2 changes: 1 addition & 1 deletion nebula_ros/config/lidar/hesai/Pandar40P.param.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**:
ros__parameters:
host_ip: 255.255.255.255
host_ip: 192.168.1.10
sensor_ip: 192.168.1.201
multicast_ip: ""
data_port: 2368
Expand Down
2 changes: 1 addition & 1 deletion nebula_ros/config/lidar/hesai/Pandar64.param.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**:
ros__parameters:
host_ip: 255.255.255.255
host_ip: 192.168.1.10
sensor_ip: 192.168.1.201
multicast_ip: ""
data_port: 2368
Expand Down
2 changes: 1 addition & 1 deletion nebula_ros/config/lidar/hesai/PandarAT128.param.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**:
ros__parameters:
host_ip: 255.255.255.255
host_ip: 192.168.1.10
sensor_ip: 192.168.1.201
multicast_ip: ""
data_port: 2368
Expand Down
2 changes: 1 addition & 1 deletion nebula_ros/config/lidar/hesai/PandarQT128.param.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**:
ros__parameters:
host_ip: 255.255.255.255
host_ip: 192.168.1.10
sensor_ip: 192.168.1.201
multicast_ip: ""
data_port: 2368
Expand Down
2 changes: 1 addition & 1 deletion nebula_ros/config/lidar/hesai/PandarQT64.param.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**:
ros__parameters:
host_ip: 255.255.255.255
host_ip: 192.168.1.10
sensor_ip: 192.168.1.201
multicast_ip: ""
data_port: 2368
Expand Down
2 changes: 1 addition & 1 deletion nebula_ros/config/lidar/hesai/PandarXT32.param.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**:
ros__parameters:
host_ip: 255.255.255.255
host_ip: 192.168.1.10
sensor_ip: 192.168.1.201
multicast_ip: ""
data_port: 2368
Expand Down
2 changes: 1 addition & 1 deletion nebula_ros/config/lidar/hesai/PandarXT32M.param.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**:
ros__parameters:
host_ip: 255.255.255.255
host_ip: 192.168.1.10
sensor_ip: 192.168.1.201
multicast_ip: ""
data_port: 2368
Expand Down

0 comments on commit d14c183

Please sign in to comment.