Skip to content

Commit 6afc0aa

Browse files
committed
Update the new diagnostic names
1 parent 9960ab4 commit 6afc0aa

File tree

1 file changed

+4
-4
lines changed
  • clearpath_generator_common/clearpath_generator_common/param

1 file changed

+4
-4
lines changed

clearpath_generator_common/clearpath_generator_common/param/platform.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,14 +381,14 @@ def generate_parameters(self, use_sim_time: bool = False) -> None:
381381

382382
if self.clearpath_config.platform.wireless.router:
383383
if self.clearpath_config.platform.wireless.router == PeplinkRouter.MODEL:
384-
networking_contains.append('Peplink Router')
385-
networking_expected.append('router_node: Peplink Router')
384+
networking_contains.append('Router')
385+
networking_expected.append('router_node: Router')
386386
# Put additional supported router hardware here...
387387

388388
if self.clearpath_config.platform.wireless.base_station:
389389
if self.clearpath_config.platform.wireless.base_station == PeplinkRouter.MODEL:
390-
networking_contains.append('Peplink Base Station')
391-
networking_expected.append('base_station_node: Peplink Base Station')
390+
networking_contains.append('Base Station')
391+
networking_expected.append('base_station_node: Base Station')
392392
# Put additional supported base station hardware here...
393393

394394
if len(networking_contains) > 0:

0 commit comments

Comments
 (0)