Skip to content
Snippets Groups Projects
Commit 23ed6b5d authored by Snezana Milutinovic's avatar Snezana Milutinovic
Browse files

XML_Import_Datei

parent 01b537fd
Branches master
No related merge requests found
<?xml version="1.1" encoding="UTF-8"?>
<cps>
<roboter name="Ranger">
<units>
<attribute name="Temperature">false</attribute>
<attribute name="WiFi">false</attribute>
<attribute name="Microphone">true</attribute>
<attribute name="Drive" type="Track">true</attribute>
<attribute name="Display">true</attribute>
<attribute name="Bluetooth">false</attribute>
<attribute name="Camera">false</attribute>
<attribute name="Buzzer">true</attribute>
<attribute name="LineFollower">true</attribute>
<attribute name="Ultrasonic">true</attribute>
<attribute name="Infrared">false</attribute>
<attribute name="Color">false</attribute>
<attribute name="Gyro">false</attribute>
<attribute name="Light">true</attribute>
<attribute name="Compass">false</attribute>
<attribute name="Motor">true</attribute>
<attribute name="Control Unit" type="Arduino">true</attribute>
<attribute name="Gripper">true</attribute>
</units>
</roboter>
<roboter name="Mecanum">
<units>
<attribute name="Temperature">true</attribute>
<attribute name="WiFi">true</attribute>
<attribute name="Microphone">true</attribute>
<attribute name="Drive" type="Wheel">true</attribute>
<attribute name="Display">true</attribute>
<attribute name="Bluetooth">true</attribute>
<attribute name="Camera">true</attribute>
<attribute name="Buzzer">true</attribute>
<attribute name="LineFollower">true</attribute>
<attribute name="Ultrasonic">true</attribute>
<attribute name="Infrared">false</attribute>
<attribute name="Color">true</attribute>
<attribute name="Gyro">true</attribute>
<attribute name="Light">false</attribute>
<attribute name="Compass">false</attribute>
<attribute name="Motor">true</attribute>
<attribute name="Control Unit" type="Raspberry">true</attribute>
<attribute name="Gripper">false</attribute>
</units>
</roboter>
<roboter name="MBot">
<units>
<attribute name="Temperature">true</attribute>
<attribute name="WiFi">true</attribute>
<attribute name="Microphone">true</attribute>
<attribute name="Drive" type="Tyre">true</attribute>
<attribute name="Display">false</attribute>
<attribute name="Bluetooth">false</attribute>
<attribute name="Camera">false</attribute>
<attribute name="Buzzer">false</attribute>
<attribute name="LineFollower">true</attribute>
<attribute name="Ultrasonic">true</attribute>
<attribute name="Infrared">true</attribute>
<attribute name="Color">true</attribute>
<attribute name="Gyro">true</attribute>
<attribute name="Light">true</attribute>
<attribute name="Compass">false</attribute>
<attribute name="Motor">true</attribute>
<attribute name="Control Unit" type="Arduino">true</attribute>
<attribute name="Gripper">true</attribute>
</units>
</roboter>
</cps>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment