model-based-product-line-engineering/product-models/mw_autoware_aaos_sdv_reference.sysml

0 view(s) · 1 declared member(s) view source on GitHub

Source

1/*2 * Derived platform-stack product-model projection — DO NOT EDIT.3 * Generated by configure_variant.py.4 * This is not a complete member-product specification.5 * Shared-assets source baseline: git-blob:5271cb594699ddb3598cedd172ee5dda2e09156c:textual-notation-of-model/packages/architecture/sdv_platform_stack.sysml (content-addressed)6 * Shared-assets model: textual-notation-of-model/packages/architecture/sdv_platform_stack.sysml7 * Shared-assets model SHA-256: 70cbc35d95830a17c6128bb1dc99d570b6973c892488d82ed506d16347a8e3428 * Feature model SHA-256: 57b4f7eda267d4766adf7f1a96129d410ec7fce02bdb3c5df12a2d86ec7e591c9 * Bill-of-Features SHA-256: 8b608ae515d3a7401e6eb8c87ad7542946ae5194d3542c2a5bc9b8b64984238010 * Regenerate from: model-based-product-line-engineering/feature-configurations/mw-autoware-aaos-sdv-reference.yaml11 * Feature model: model-based-product-line-engineering/feature-models/sdv_product_line.yaml12 */1314private import DE4SDV_SDVPlatformStack::SDVPlatformStack;1516part def MWAutowareAAOSSDVReference :> SDVPlatformStack {17  doc /*18   * Derived platform-stack projection from Bill-of-Features.19   * Planned Autoware + AAOS SDV middleware reference member on the Android/KVM SDV Core platform domain with LiDAR and camera perception. Autoware retains its ROS 2/Linux application runtime; cross-domain deployment and transport remain unresolved. This configuration and its projection do not prove provider, generated binding, discovery, transport, adapter deployment, ROS 2 publication, Autoware observation, safety, compliance, or runtime interoperability.20   *21   * Variant selections:22   *   vehicleApplication = autoware23   *   middleware = androidSDV24   *   osPlatform = android25   *   hypervisor = kvm26   *   applicationMiddlewareAdapter = autowareToAAOSSDV (derived by D-ASSET-APPLICATION-MIDDLEWARE-ADAPTER)27   *28   * Feature selections outside this projection (not resolved in SysML):29   *   SensingBoundary.PerceptionSensors = LiDAR, Camera30   *   Capabilities.ForwardCollisionMitigation.PedestrianDetection = disabled31   *   Capabilities.ForwardCollisionMitigation.BicycleDetection = disabled32   *   Capabilities.AdaptiveCruiseControl = disabled33   *   Capabilities.LaneKeepAssist = disabled34   */3536  part :>> vehicleApplication = vehicleApplication::autoware;37  part :>> middleware = middleware::androidSDV;38  part :>> osPlatform = osPlatform::android;39  part :>> hypervisor = hypervisor::kvm;40  part :>> applicationMiddlewareAdapter = applicationMiddlewareAdapter::autowareToAAOSSDV;41}42