Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
modelOld.xml 1.15 KiB
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<featureModel>
	<properties>
		<graphics key="showhiddenfeatures" value="true"/>
		<graphics key="legendautolayout" value="true"/>
		<graphics key="showshortnames" value="false"/>
		<graphics key="layout" value="horizontal"/>
		<graphics key="showcollapsedconstraints" value="true"/>
		<graphics key="legendhidden" value="false"/>
		<graphics key="layoutalgorithm" value="1"/>
	</properties>
	<struct>
		<and abstract="true" mandatory="true" name="CarConfigurator">
			<and mandatory="true" name="ConfiguratorMain">
				<alt abstract="true" mandatory="true" name="TurtleBot">
					<feature name="Burger"/>
					<feature name="Waffle"/>
					<feature name="WafflePi"/>
					<and abstract="true" name="CustomBot">
						<and abstract="true" name="RangeFinder">
							<graphics key="collapsed" value="false"/>
							<alt abstract="true" mandatory="true" name="TwoDRF">
								<graphics key="collapsed" value="false"/>
								<feature name="Sensor1"/>
								<feature name="Sensor2"/>
								<feature name="CustomTwoDRF"/>
							</alt>
						</and>
					</and>
				</alt>
			</and>
		</and>
	</struct>
</featureModel>