|
2625 | 2625 | <attribute name="name" type="identifier"/> |
2626 | 2626 | <attribute name="noise" type="float"/> |
2627 | 2627 | <attribute name="user" type="array" array_type="float"/> |
2628 | | - <attribute name="cutoff" type="float"/> |
2629 | | - <attribute name="geom1" type="reference" required="true" reference_namespace="geom"/> |
2630 | | - <attribute name="geom2" type="reference" required="true" reference_namespace="geom"/> |
2631 | | - <attribute name="body1" type="reference" required="true" reference_namespace="body"/> |
2632 | | - <attribute name="body2" type="reference" required="true" reference_namespace="body"/> |
| 2628 | + <attribute name="cutoff" type="float" required="true"/> |
| 2629 | + <attribute name="geom1" type="reference" reference_namespace="geom"/> |
| 2630 | + <attribute name="geom2" type="reference" reference_namespace="geom"/> |
| 2631 | + <attribute name="body1" type="reference" reference_namespace="body"/> |
| 2632 | + <attribute name="body2" type="reference" reference_namespace="body"/> |
2633 | 2633 | </attributes> |
2634 | 2634 | </element> |
2635 | 2635 | <element name="normal" repeated="true" namespace="sensor"> |
2636 | 2636 | <attributes> |
2637 | 2637 | <attribute name="name" type="identifier"/> |
2638 | 2638 | <attribute name="noise" type="float"/> |
2639 | 2639 | <attribute name="user" type="array" array_type="float"/> |
2640 | | - <attribute name="cutoff" type="float"/> |
2641 | | - <attribute name="geom1" type="reference" required="true" reference_namespace="geom"/> |
2642 | | - <attribute name="geom2" type="reference" required="true" reference_namespace="geom"/> |
2643 | | - <attribute name="body1" type="reference" required="true" reference_namespace="body"/> |
2644 | | - <attribute name="body2" type="reference" required="true" reference_namespace="body"/> |
| 2640 | + <attribute name="cutoff" type="float" required="true"/> |
| 2641 | + <attribute name="geom1" type="reference" reference_namespace="geom"/> |
| 2642 | + <attribute name="geom2" type="reference" reference_namespace="geom"/> |
| 2643 | + <attribute name="body1" type="reference" reference_namespace="body"/> |
| 2644 | + <attribute name="body2" type="reference" reference_namespace="body"/> |
2645 | 2645 | </attributes> |
2646 | 2646 | </element> |
2647 | 2647 | <element name="distance" repeated="true" namespace="sensor"> |
2648 | 2648 | <attributes> |
2649 | 2649 | <attribute name="name" type="identifier"/> |
2650 | 2650 | <attribute name="noise" type="float"/> |
2651 | 2651 | <attribute name="user" type="array" array_type="float"/> |
2652 | | - <attribute name="cutoff" type="float"/> |
2653 | | - <attribute name="geom1" type="reference" required="true" reference_namespace="geom"/> |
2654 | | - <attribute name="geom2" type="reference" required="true" reference_namespace="geom"/> |
2655 | | - <attribute name="body1" type="reference" required="true" reference_namespace="body"/> |
2656 | | - <attribute name="body2" type="reference" required="true" reference_namespace="body"/> |
| 2652 | + <attribute name="cutoff" type="float" required="true"/> |
| 2653 | + <attribute name="geom1" type="reference" reference_namespace="geom"/> |
| 2654 | + <attribute name="geom2" type="reference" reference_namespace="geom"/> |
| 2655 | + <attribute name="body1" type="reference" reference_namespace="body"/> |
| 2656 | + <attribute name="body2" type="reference" reference_namespace="body"/> |
2657 | 2657 | </attributes> |
2658 | 2658 | </element> |
2659 | 2659 | </children> |
|
0 commit comments