|
|
Line 1: |
Line 1: |
− | __NOTOC__
| |
| | | |
− | ==1.3.2. Sensors==
| |
− |
| |
− | The monitoring of the environment is implemented in the Concept Car using different sensors. In the following, all the sensors are described.
| |
− |
| |
− | ====Table of Contents====
| |
− |
| |
− | [[#1.3.2.1. Wheel speed sensors|1.3.2.1. Wheel speed sensors]]
| |
− |
| |
− | [[#1.3.2.2. Distance Sensors|1.3.2.2. Distance Sensors]]
| |
− |
| |
− | [[#1.3.2.3. Acceleration Sensors|1.3.2.3. Acceleration Sensors]]
| |
− |
| |
− | [[#1.3.2.4. Rotation Sensor|1.3.2.4. Rotation Sensor]]
| |
− |
| |
− | [[#1.3.2.5. Radio Receiver Decoder|1.3.2.5. Radio Receiver Decoder]]
| |
− |
| |
− |
| |
− | ====1.3.2.1. Wheel speed sensors====
| |
− |
| |
− | The rotation speed of the wheels is measured with simple optical sensors, where 26 black stripes in the inside of the wheel are passing a photo sensor. The Figure 2.4 shows the marks inside of the wheel.
| |
− |
| |
− | A photo diode (CNY 70) detects the passing of the stripes, and from the interval since the last stripe has passed the wheel speed is derived. The resolution of the timers that measure the interval between two stripes is 0.25µs. Every 50ms the wheel speed of all four sensors is written to the CAN-Bus. Depending on the current wheel speed, one of the following conditions holds:
| |
− |
| |
− | *1. The wheel speed is so low that no black stripe has passed within the last 50ms (may happen if speed is lower than 276.92°/s or 0.29m/s): The absence of a black stripe passing is communicated nevertheless
| |
− | *2. During 50ms exactly one black stripe has passed. In this case the wheel speed is derived from this single value.
| |
− | *3. During 50ms multiple stripes pass. In this case the average value is taken.
| |
− |
| |
− | Let be the average interval length between two stripes with the resolution of 0.25µs. In the cases (2) and (3) the wheel speed can be calculated by Equation 2.1.
| |
− |
| |
− | The sensory data from the wheel speed sensors is to be considered as extremely noisy, and should not be used by any system without applying adequate filtering algorithms, as described in [[Bibliography|[Mit09]]].
| |
− |
| |
− | ====1.3.2.2. Distance Sensors====
| |
− |
| |
− | On the front side of the car there are two ultrasonic distance sensors. They are triggered in alternating order every 65ms to measure the distance to the next obstacle in front of the car. Their range is 15cm to 6m, with a resolution of 1cm. For further details consult the documentation, accessible under [[Bibliography|[RHW09]]].
| |
− |
| |
− | ====1.3.2.3. Acceleration Sensors====
| |
− |
| |
− | The acceleration of the Concept Car is measured with the ADIS16006 sensors. The dual-axis accelerometer ADIS16006 is capable of measuring -5g to +5g at a resolution of 1,9mg at 60Hz measurement rate. The maximum measurement range is ±8g. It has a built-in temperature sensor to mask out the temperature drift of the measurement results. For further details consult the documentation [[Bibliography|[Ana07]]].
| |
− |
| |
− | ====1.3.2.4. Rotation Sensor====
| |
− |
| |
− | The vehicle rotation along the yaw axis is measured using a rotation sensor of the type ADIS16100. The dynamic range of the yaw rate sensor ADIS16100 is 300°/s at a resolution of 0.244°/s. This sensor also provides temperature information for separating out the temperature drift. Further documentation can be found under [[Bibliography|[Ana09]].
| |
− |
| |
− | ====1.3.2.5. Radio Receiver Decoder====
| |
− |
| |
− | The Radio Receiver outputs a pulse width modulation (PWM) signal. The PWM signal from the radio receiver’s channels must be decoded to be usable inside the system. Therefore the length of the pulses (duty cycle is 5% to 10%) is measured and normalized, with 5% being -100 to 10% being +100. The resolution is 0.01%. Radio receiver signals are sent over the CAN-Bus whenever a PWM-pulse with a valid duty cycle has been measured, so under typical driving conditions every 20ms for each channel.
| |