Skip to content

Commit c979221

Browse files
committed
Emty components for generic robot
1 parent fe514c6 commit c979221

File tree

1 file changed

+1
-1
lines changed
  • clearpath_generator_robot/clearpath_generator_robot/launch

1 file changed

+1
-1
lines changed

clearpath_generator_robot/clearpath_generator_robot/launch/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ def __init__(self, setup_path: str = '/etc/clearpath/') -> None:
467467
common_platform_components.extend(self.can_bridges)
468468

469469
self.platform_components = {
470-
Platform.GENERIC: common_platform_components,
470+
Platform.GENERIC: [],
471471
Platform.J100: common_platform_components + [
472472
self.imu_0_filter_node,
473473
self.imu_0_filter_config,

0 commit comments

Comments
 (0)