Skip to content

Commit

Permalink
Check the correct launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-camero committed Apr 10, 2024
1 parent f7dabbf commit e1d9fa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def generate_sensors(self) -> None:
# Include sensor launch in top level sensors launch file
sensors_service_launch_writer.add(sensor_launch.launch_file)

if self.clearpath_config.platform.launch:
if self.clearpath_config.platform.extras.launch:
extra_launch = LaunchFile(
name=(os.path.basename(
self.clearpath_config.platform.extras.launch['path']
Expand Down

0 comments on commit e1d9fa8

Please sign in to comment.