File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
clearpath_generator_common/clearpath_generator_common/param Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -381,14 +381,14 @@ def generate_parameters(self, use_sim_time: bool = False) -> None:
381
381
382
382
if self .clearpath_config .platform .wireless .router :
383
383
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' )
386
386
# Put additional supported router hardware here...
387
387
388
388
if self .clearpath_config .platform .wireless .base_station :
389
389
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' )
392
392
# Put additional supported base station hardware here...
393
393
394
394
if len (networking_contains ) > 0 :
You can’t perform that action at this time.
0 commit comments