Skip to content

Commit

Permalink
Merge pull request #50 from clearpathrobotics/lcamero/generator-fix
Browse files Browse the repository at this point in the history
Check the correct launch file
  • Loading branch information
tonybaltovski authored Apr 10, 2024
2 parents f7dabbf + e1d9fa8 commit ef154f3
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 ef154f3

Please sign in to comment.