Skip to content

Commit

Permalink
Update package paths in generator
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-camero committed Nov 22, 2024
1 parent 20164ba commit ee28c0e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(self, setup_path: str = '/etc/clearpath/') -> None:

self.imu_0_filter_config = LaunchFile.LaunchArg(
'imu_filter',
default_value=os.path.join(self.platform_params_path, 'imu_filter.yaml'),
default_value=os.path.join(self.sensors_params_path, 'imu_filter.yaml'),
)

# Configure MCU namespace and domain ID
Expand Down Expand Up @@ -179,7 +179,7 @@ def __init__(self, setup_path: str = '/etc/clearpath/') -> None:

# Lighting
self.lighting_node = LaunchFile.Node(
package='clearpath_platform',
package='clearpath_hardware_interfaces',
executable='lighting_node',
name='lighting_node',
namespace=self.namespace,
Expand Down

0 comments on commit ee28c0e

Please sign in to comment.