awslabs / autonomous-driving-data-framework

ADDF is a collection of modules, deployed using the SeedFarmer orchestration tool. ADDF modules enable users to quickly bootstrap environments for the process and analysis of autonomous driving data.
Apache License 2.0
113 stars 44 forks source link

Fixes/addf workshop #447

Closed luisosses closed 7 months ago

luisosses commented 7 months ago

Issue N/A, if available:

Description of changes:

  1. modules/visualization/dev-instance: Fixed incorrect SSM Parameter for Ubuntu AMI ID
  2. modules/demo-only/rosbag-webviz:
    • CDK and ending up in fatal error when installing cdk@2.110.0 and then installing the same version through package.json (aws-cdk / aws-cdk-lib): Cloud assembly schema version mismatch: Maximum schema version supported is 35.0.0, but found 36.0.0. Needed to bump to version 2.117.0 which is the first version that states 36.0.0 as their cloud assembly version.
    • Also updated semver due to security findings from npm audit

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

luisosses commented 7 months ago

CHANGELOG.md updated with unreleased changes