Skip to content
Snippets Groups Projects
Commit 3103063e authored by marvin's avatar marvin
Browse files

Fix typo in new featuremodels

parent 7afe72ff
1 merge request!6Adapter custombot
<?xml version="1.0" encoding="UTF-8"?>
<specification>
<templates name="Burger" />
<sensors>
<mode param="Custom" />
<sensor name="imu" />
<sensor name="lds_lfcd_sensor" />
<sensor name="realsense_R200" />
</sensors>
</specification>
......@@ -2,7 +2,7 @@
<specification>
<templates name="Burger" />
<sensors>
<mode param="Custom">
<mode param="Custom" />
<sensor name="imu" />
<sensor name="lds_lfcd_sensor" />
</sensors>
......
......@@ -2,6 +2,6 @@
<specification>
<templates name="Burger" />
<sensors>
<mode param="NO_CHANGE">
<mode param="NO_CHANGE" />
</sensors>
</specification>
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