Top/Proximity sensor

Proximity sensor

Last-modified: 2012-06-03 (日) 15:00:00
ProximitySense

A proximity sense is the sense which man does not have. It is the sense that the tactile sense spread to the several centimeters upper from the skin.
Vision sensors can detect wide area, and so they are available for object recognition and map construction. But in vision, usually distance estimation includes an error, and also sometime occlusion occur.
On the other hand, concerning tactile sensor, it do not work until contact has occurred. Thus, there is no reliable distance information within the proximity range.
Therefore,vision and tactile cannot guarantee safety in the conditions where even light collision is not permitted.

近接覚の重要性

"Proximity Sensor" is the sensor that complements the gap between vision sensors and tactile sensors. The following video shows the output of a proximity sensor array. The photo reflector has been arranged in the shape of 16x16 matrix, and proximity distance information is visualized.

In order to measure distance from the reflective intensity of the projected light, when an object becomes far, the outline will fade, and when an object approaches, the outline will become clear.

Net-Structure Proximity Sensor

This sensor is based on Net-Structure Tactile Sensor. In this sensor, infrared LED and photo-transistors are used as the detection elements. The sensor outputs the center position of the nearby object and the distance from the sensor surface.
In addition, the response time is very short (within 1 [ms]) because almost all of the information processing is executed on the analog circuit of the sensor.In summary, the sensor features the following.

  • Covers arbitrary surfaces: the sensor can be laid out like a net to cover arbitrary surfaces.
  • Reduced wiring: Lines from the sensor consist of six wires only regardless of number, surface area, or placement of detection elements.
  • High-speed response: Response time is less than 1 ms without regard to the number of detection elements.

structure

The circuit diagram of Net-Structure Proximity Sensor are shown below. An infrared LED is allocated in a set with each of the photo-transistors. The infrared light emitted from the LED reflects on a nearby object, and then is radiated to the array of photo-transistors. Here, current distribution occurs in the circuit according to the difference of the amount of the light received by the photo-transistors.
By calculating the first moment of the current distribution from voltages on four terminals (Vsl, Vs2, Vs3, Vs4), the center position of the object is obtained.
Furthermore, since the amount of the light received on the photo-transistors changes according to distance between the sensor surface and the object, the distance (z) is also estimated from the total amount of the current in the circuit.

NetProximitysensorStructure
  • shimojo M., Araki T., Ming A., Ishikawa M.,A High-Speed Mesh of Tactile Sensors Fitting Arbitrary Surfaces,IEEE Sensors Journal, 10,4, pp.822-830,2010.
  • Terada, K.; Suzuki, Y.; Hasegawa, H.; Sone, S.; Ming, A.; Ishikawa, M.; Shimojo, M.. Development of Omni-directional and Fast-responsive Net-structure Proximity Sensor, 2011 IEEE/RSJ Int. Conf. on Intelligent Robots and Systems (IROS 2011) pp. 1954-1961, 2011.

example of operation

The following shows the example of operation. Sensors are mounted on the top and the side of the manipulator. The sensor at the top tracks a white ball,and the sensor at the side avoid the white ball when it approaches.

Followng & Avoidance

When an appearance of man is detected while tracking a white ball, a manipulator will carry out avoiding action.

Explanation in English(Net-shaped proximity sensor : DigInfo)

Omni-Directional Net-Structure Proximity Sensor

A new construction of Net-Structure Proximity Sensor which can be implemented on cylindrical surfaces and can detect 360 degrees all around seamlessly are proposed.

Ring-Shaped Proximity Sensor:

Here, we introduce a new design of Net-Structure Proximity Sensor. The basic structure is the same as Net-Structure Proximity Sensor. But photo-transistors are arranged on the edges of the m x n matrix as indicated in figure.

This sensor is implemented on a cylindrical surface by covering in circumferential direction. Here, each photo-transistor faces outside in radial direction. In this geometric arrangement, the output of the center position (xc,yc) corresponds to the direction of a nearby object, and so the sensor can detect 360 degrees all around seamlessly. We call this sensor "Ring-Shaped Proximity Sensor."

RingProximitySensor

Multistage Arrangement of Photo-Transistors

Since only one photo-transistor is allocated in height direction, the detectable area is narrow in height direction. To solve this problem, we adopt multiple arrangement of photo-transistors at each lattice point. Here, the number of photo-transistors is not limited as one at each lattice point. So, considering parallel-connected photo-transistors as one element, multiple photo-transistors can be arranged in the height direction as shown in figure.

example of operation

The overview of the model is shown in figure. This model is designed for implementing on a mobile robot. The diameter of the sensor is 600[mm], and the height is 300[mm].
The number of elements is 60 in the circumferential direction and 3 in the height direction. The elements are arranged in the height direction alternately with neighbors so as to reduce the dead region of the sensor.

icarrierSensor

The following video shows how it works. When an object is aproaching, the direction and distance of the object are detected. When approaching objects are more than one, the sensor serves as scanning mode and then sensor outputs the direction of approach objects, distance, and a number.

example application to mobile robot

The following video is an experiment of a mobile robot. Two part of the robot are cover by Proximity sensor array. One is on the top of the robot, another is on a cylindrical surface. The proximity sensor on the top detects an object and moves to object position automatically. Moreover, when an obstacle is approached, then the sensor of the side will carry out avoiding action.

An obstacle avoidance experiment in indoor environment

The following video shows autonomous movement using LRF and our proximity sensors. An environmental map and a global action plan are built using ROS(Robot Operation System). ROS is the middleware for robot presented by Willow Grage. The environmental map is used for movement to the destination. To the obstacle which is moving, avoiding action is carried out using a proximity sensor.